Uses of Class
org.plasma.sdo.DataType

Packages that use DataType
org.plasma.provisioning.xsd   
org.plasma.sdo  
org.plasma.sdo.core   
org.plasma.sdo.helper   
org.plasma.text.lang3gl   
org.plasma.text.lang3gl.java   
 

Uses of DataType in org.plasma.provisioning.xsd
 

Methods in org.plasma.provisioning.xsd that return DataType
 DataType ConverterSupport.mapType(XSDBuiltInType xsdType)
           
 

Uses of DataType in org.plasma.sdo
 

Methods in org.plasma.sdo that return DataType
static DataType DataType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DataType[] DataType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.plasma.sdo with parameters of type DataType
 Class<?> PlasmaType.toDataTypeInstanceClass(DataType dataType)
          Returns a Java class for the given SDO data-type (as per the SDO Specification 2.10 Section 8.1).
 

Uses of DataType in org.plasma.sdo.core
 

Methods in org.plasma.sdo.core with parameters of type DataType
static PlasmaProperty CoreProperty.createInstanceProperty(String name, DataType dataType)
           
 Class<?> CoreType.toDataTypeInstanceClass(DataType dataType)
          Returns a Java primitive wrapper class for the given SDO data-type (as per the SDO Specification 2.10 Section 8.1).
 

Uses of DataType in org.plasma.sdo.helper
 

Methods in org.plasma.sdo.helper that return types with arguments of type DataType
 List<DataType> DataConverter.getAllowableTargetTypes(DataType dataType)
           
 

Methods in org.plasma.sdo.helper with parameters of type DataType
 List<DataType> DataConverter.getAllowableTargetTypes(DataType dataType)
           
 Class<?> DataConverter.toPrimitiveJavaClass(DataType dataType)
          Returns a primitive Java class, wherever possible, for the given SDO data-type (as per the SDO Specification 2.10 Section 8.1), and where no primitive exists for the give SDO datatype, the appropriate class is returned.
 Class<?> DataConverter.toWrapperJavaClass(DataType dataType)
          Returns a primitive wrapper Java class, wherever possible, for the given SDO data-type (as per the SDO Specification 2.10 Section 8.1), and where no primitive exists for the give SDO datatype, the appropriate class is returned.
 

Constructors in org.plasma.sdo.helper with parameters of type DataType
InvalidDataConversionException(DataType target, DataType source, Object value)
           
 

Uses of DataType in org.plasma.text.lang3gl
 

Methods in org.plasma.text.lang3gl with parameters of type DataType
 Class<?> Lang3GLContentFactory.getTypeClass(DataType dataType)
          Returns a 3Gl language specific class for the given SDO data-type (as per the SDO Specification 2.10 Section 8.1) where primitive type names or wrapper type names returned based on the current context.
 

Uses of DataType in org.plasma.text.lang3gl.java
 

Methods in org.plasma.text.lang3gl.java with parameters of type DataType
 String DefaultFactory.getPrimitiveTypeDefault(DataType dataType)
           
 Class<?> DefaultFactory.getTypeClass(DataType dataType)
          Returns a 3Gl language specific class name for the given SDO data-type (as per the SDO Specification 2.10 Section 8.1) where primitive type names or wrapper type names returned based on the current context.
 Class<?> DefaultFactory.getTypeClass(DataType dataType, boolean primitives)
          Returns a 3Gl language specific class name for the given SDO data-type (as per the SDO Specification 2.10 Section 8.1) where primitive type names or wrapper type names returned based on the current context.
 

Constructors in org.plasma.text.lang3gl.java with parameters of type DataType
TypeClassInfo(DataTypeRef dataTypeRef, DataType sdoType, Class<?> primitiveTypeClass, Class<?> primitiveWrapperTypeClass, boolean usePrimitives)
           
 



Copyright © 2013. All rights reserved.