|
|||||||||||
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 FeatureProperty
public void setName(java.lang.String name)
setName
in interface FeatureProperty
public java.lang.Object getValue()
getValue
in interface FeatureProperty
public void setValue(java.lang.Object value)
setValue
in interface FeatureProperty
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |