Uses of Class
org.deegree.commons.tom.primitive.BaseType

Packages that use BaseType
org.deegree.commons.tom.primitive   
org.deegree.commons.tom.sql   
org.deegree.feature.persistence.sql.config   
org.deegree.feature.persistence.sql.ddl   
org.deegree.feature.persistence.sql.id   
org.deegree.feature.types.property   
org.deegree.metadata.iso.persistence   
 

Uses of BaseType in org.deegree.commons.tom.primitive
 

Methods in org.deegree.commons.tom.primitive that return BaseType
 BaseType PrimitiveType.getBaseType()
          Returns the base type.
static BaseType BaseType.valueOf(int sqlType)
          Returns the BaseType for the given SQL type (from Types).
static BaseType BaseType.valueOf(Object value)
          Returns the BaseType for the given value.
static BaseType BaseType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static BaseType BaseType.valueOf(org.apache.xerces.xs.XSSimpleTypeDefinition xsdTypeDef)
          Returns the BaseType for the given XSD simple type definition.
static BaseType[] BaseType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.deegree.commons.tom.primitive with parameters of type BaseType
static Object XMLValueMangler.xmlToInternal(String s, BaseType pt)
          Returns the internal representation for the given XML string and BaseType.
 

Constructors in org.deegree.commons.tom.primitive with parameters of type BaseType
PrimitiveType(BaseType baseType)
          Creates a new PrimitiveType instance for the given BaseType.
 

Uses of BaseType in org.deegree.commons.tom.sql
 

Fields in org.deegree.commons.tom.sql declared as BaseType
protected  BaseType DefaultPrimitiveConverter.bt
           
 

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

Methods in org.deegree.feature.persistence.sql.config that return BaseType
protected  BaseType AbstractMappedSchemaBuilder.getPrimitiveType(PrimitiveType type)
           
 

Uses of BaseType in org.deegree.feature.persistence.sql.ddl
 

Methods in org.deegree.feature.persistence.sql.ddl with parameters of type BaseType
protected  String MSSQLDDLCreator.getDBType(BaseType type)
           
protected abstract  String DDLCreator.getDBType(BaseType type)
           
protected  String OracleDDLCreator.getDBType(BaseType type)
           
protected  String PostGISDDLCreator.getDBType(BaseType type)
           
 

Uses of BaseType in org.deegree.feature.persistence.sql.id
 

Methods in org.deegree.feature.persistence.sql.id that return BaseType
 BaseType FIDMapping.getColumnType()
          Deprecated. 
 

Methods in org.deegree.feature.persistence.sql.id that return types with arguments of type BaseType
 List<Pair<String,BaseType>> FIDMapping.getColumns()
           
 

Constructor parameters in org.deegree.feature.persistence.sql.id with type arguments of type BaseType
FIDMapping(String prefix, String delimiter, List<Pair<String,BaseType>> columns, IDGenerator generator)
          Creates a new FIDMapping instance.
 

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

Constructors in org.deegree.feature.types.property with parameters of type BaseType
SimplePropertyType(QName name, int minOccurs, int maxOccurs, BaseType type, org.apache.xerces.xs.XSElementDeclaration elDecl, List<PropertyType> substitutions)
           
SimplePropertyType(QName name, int minOccurs, int maxOccurs, BaseType type, org.apache.xerces.xs.XSElementDeclaration elDecl, List<PropertyType> substitutions, org.apache.xerces.xs.XSSimpleTypeDefinition xsdType)
           
 

Uses of BaseType in org.deegree.metadata.iso.persistence
 

Methods in org.deegree.metadata.iso.persistence that return types with arguments of type BaseType
 Map<QName,Triple<Pair<String,String>,Boolean,BaseType>> ISOPropertyNameMapper.getPropToTableAndCol()
           
 



Copyright © 2011. All Rights Reserved.