|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deegree_impl.graphics.sld.Extent_Impl
----------------------------------------------------------------------
Field Summary | |
private java.lang.String |
name
|
private java.lang.String |
value
|
Constructor Summary | |
(package private) |
Extent_Impl()
default constructor |
(package private) |
Extent_Impl(java.lang.String value,
java.lang.String name)
constructor initializing the class with the |
Method Summary | |
java.lang.String |
exportAsXML()
exports the content of the FeatureTypeConstraint as XML formated String |
java.lang.String |
getName()
returns the name of the extent |
java.lang.String |
getValue()
returns the value of the extent |
void |
setName(java.lang.String name)
sets the name of the extent |
void |
setValue(java.lang.String value)
sets the value of the extent |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private java.lang.String name
private java.lang.String value
Constructor Detail |
Extent_Impl()
Extent_Impl(java.lang.String value, java.lang.String name)
Method Detail |
public java.lang.String getName()
getName
in interface Extent
public void setName(java.lang.String name)
setName
in interface Extent
name
- the name of the extentpublic java.lang.String getValue()
getValue
in interface Extent
public void setValue(java.lang.String value)
setValue
in interface Extent
value
- the value of the extentpublic java.lang.String exportAsXML()
exportAsXML
in interface Marshallable
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |