EXIficient

Uses of Class
com.siemens.ct.exi.datatype.BuiltInType

Packages that use BuiltInType
com.siemens.ct.exi.datatype EXI built-in datatypes. 
 

Uses of BuiltInType in com.siemens.ct.exi.datatype
 

Fields in com.siemens.ct.exi.datatype declared as BuiltInType
static BuiltInType BuiltIn.DEFAULT_BUILTIN
           
 

Methods in com.siemens.ct.exi.datatype that return BuiltInType
 BuiltInType Datatype.getDefaultBuiltInType()
           
 BuiltInType AbstractDatatype.getDefaultBuiltInType()
           
static BuiltInType BuiltInType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static BuiltInType[] BuiltInType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in com.siemens.ct.exi.datatype with parameters of type BuiltInType
AbstractDatatype(BuiltInType builtInType, ExpandedName datatypeIdentifier)
           
DatatypeBinary(ExpandedName datatypeIdentifier, BuiltInType binaryType)
           
 


EXIficient