Uses of Class
org.deegree.feature.types.property.ValueRepresentation

Packages that use ValueRepresentation
org.deegree.feature.types.property   
 

Uses of ValueRepresentation in org.deegree.feature.types.property
 

Methods in org.deegree.feature.types.property that return ValueRepresentation
 ValueRepresentation ObjectPropertyType.getAllowedRepresentation()
          Returns the allowed representation form of the value object.
static ValueRepresentation ValueRepresentation.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ValueRepresentation[] ValueRepresentation.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.deegree.feature.types.property with parameters of type ValueRepresentation
FeaturePropertyType(QName name, int minOccurs, int maxOccurs, org.apache.xerces.xs.XSElementDeclaration elDecl, List<PropertyType> substitutions, QName valueFtName, ValueRepresentation representation)
           
GeometryPropertyType(QName name, int minOccurs, int maxOccurs, org.apache.xerces.xs.XSElementDeclaration elDecl, List<PropertyType> substitutions, GeometryPropertyType.GeometryType geomType, GeometryPropertyType.CoordinateDimension dim, ValueRepresentation representation)
           
GeometryPropertyType(QName name, int minOccurs, int maxOccurs, org.apache.xerces.xs.XSElementDeclaration elDecl, List<PropertyType> substitutions, Set<GeometryPropertyType.GeometryType> geomTypes, GeometryPropertyType.CoordinateDimension dim, ValueRepresentation representation)
           
ObjectPropertyType(QName name, int minOccurs, int maxOccurs, org.apache.xerces.xs.XSElementDeclaration elDecl, List<PropertyType> substitutions, ValueRepresentation representation)
          Creates a new ObjectPropertyType instance.
 



Copyright © 2011. All Rights Reserved.