org.deegree.model.feature
Interface FeatureProperty

All Known Implementing Classes:
FeatureProperty_Impl

public interface FeatureProperty

the interface describes a property entry of a feature

-----------------------------------------------------------------------

Version:
$Revision: 1.2 $ $Date: 2004/02/09 07:57:01 $
Author:
Andreas Poth

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
 

Method Detail

getName

public java.lang.String getName()
returns the name of the property


setName

public void setName(java.lang.String name)
sets the name of the property


getValue

public java.lang.Object getValue()
returns the value of the property


setValue

public void setValue(java.lang.Object value)
sets the value of the property