org.deegree.feature.types.property
Class LengthPropertyType

java.lang.Object
  extended by org.deegree.feature.types.property.AbstractPropertyType
      extended by org.deegree.feature.types.property.MeasurePropertyType
          extended by org.deegree.feature.types.property.LengthPropertyType
All Implemented Interfaces:
PropertyType

public class LengthPropertyType
extends MeasurePropertyType


Field Summary
 
Fields inherited from class org.deegree.feature.types.property.AbstractPropertyType
maxOccurs, minOccurs, name, substitutions
 
Constructor Summary
LengthPropertyType(QName name, int minOccurs, int maxOccurs, org.apache.xerces.xs.XSElementDeclaration elDecl, List<PropertyType> substitutions)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class org.deegree.feature.types.property.AbstractPropertyType
getElementDecl, getMaxOccurs, getMinOccurs, getName, getSubstitutions, isAbstract, isNillable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LengthPropertyType

public LengthPropertyType(QName name,
                          int minOccurs,
                          int maxOccurs,
                          org.apache.xerces.xs.XSElementDeclaration elDecl,
                          List<PropertyType> substitutions)
Method Detail

toString

public String toString()
Overrides:
toString in class MeasurePropertyType


Copyright © 2011. All Rights Reserved.