|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.deegree_impl.model.feature.FeatureProperty_Impl
the interface describes a property entry of a feature. It is made of a name and a value associated to it.
-----------------------------------------------------------------------
| Field Summary | |
private java.lang.String |
name
|
private java.lang.Object |
value
|
| Constructor Summary | |
(package private) |
FeatureProperty_Impl()
default constructor |
(package private) |
FeatureProperty_Impl(java.lang.String name,
java.lang.Object value)
constructor for complete initializing the FeatureProperty |
| Method Summary | |
java.lang.String |
getName()
returns the name of the property |
java.lang.Object |
getValue()
returns the value of the property |
void |
setName(java.lang.String name)
sets the name of the property |
void |
setValue(java.lang.Object value)
sets the value of the property |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
private java.lang.String name
private java.lang.Object value
| Constructor Detail |
FeatureProperty_Impl()
FeatureProperty_Impl(java.lang.String name,
java.lang.Object value)
| Method Detail |
public java.lang.String getName()
getName in interface FeaturePropertypublic void setName(java.lang.String name)
setName in interface FeaturePropertypublic java.lang.Object getValue()
getValue in interface FeaturePropertypublic void setValue(java.lang.Object value)
setValue in interface FeaturePropertypublic java.lang.String toString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||