org.deegree.model.feature
Interface FeatureTypeProperty

All Known Implementing Classes:
FeatureTypeProperty_Impl

public interface FeatureTypeProperty

the interface describes a property entry of a feature type. the name of the property must be equal to the name of the corresponding feature property.

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

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.String getType()
          returns the name of the data type of the property
 boolean isNullable()
          returns true if the property value is allowed to be null
 

Method Detail

getName

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


getType

public java.lang.String getType()
returns the name of the data type of the property


isNullable

public boolean isNullable()
returns true if the property value is allowed to be null