Uses of Class
org.deegree.feature.persistence.sql.jaxb.PrimitiveType

Packages that use PrimitiveType
org.deegree.feature.persistence.sql.config   
org.deegree.feature.persistence.sql.jaxb   
 

Uses of PrimitiveType in org.deegree.feature.persistence.sql.config
 

Methods in org.deegree.feature.persistence.sql.config with parameters of type PrimitiveType
protected  BaseType AbstractMappedSchemaBuilder.getPrimitiveType(PrimitiveType type)
           
 

Uses of PrimitiveType in org.deegree.feature.persistence.sql.jaxb
 

Fields in org.deegree.feature.persistence.sql.jaxb declared as PrimitiveType
protected  PrimitiveType SimplePropertyJAXB.type
           
protected  PrimitiveType FIDMappingJAXB.ColumnJAXB.type
           
 

Methods in org.deegree.feature.persistence.sql.jaxb that return PrimitiveType
static PrimitiveType PrimitiveType.fromValue(String v)
           
 PrimitiveType SimplePropertyJAXB.getType()
          Gets the value of the type property.
 PrimitiveType FIDMappingJAXB.ColumnJAXB.getType()
          Gets the value of the type property.
static PrimitiveType PrimitiveType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PrimitiveType[] PrimitiveType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.deegree.feature.persistence.sql.jaxb with parameters of type PrimitiveType
 void SimplePropertyJAXB.setType(PrimitiveType value)
          Sets the value of the type property.
 void FIDMappingJAXB.ColumnJAXB.setType(PrimitiveType value)
          Sets the value of the type property.
 



Copyright © 2011. All Rights Reserved.