|
Oracle Warehouse Builder Java API Reference 10g Release 1 (10.1) B12155-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
MappingPropertyDatatypeSet contains the definitions of all valid dataypes that can be assumed by mapping property values. The mapping property management always returns property values in the form of Object. Application programmers can use the Domain instance that is associated with the property key to find out the type of the property value.
This public interface provides a list of datatype names in the form of Java constants. The name of the constants follows this format: SOMETYPE_TYPENAME. For example BOOLEAN_TYPENAME. The value assigned to the constants are the fully qualified Java class name of the data type class. For example java.lang.Boolean.
Or the application programmer can directly use the pre-instantiated data type instances, also provided by this public interface. This public interface defines a list of constants whose values are pre-instantiated static data type instances. The format of the constant names is SOMETYPE_DATATYPE. For example BOOLEAN_DATATYPE is an instance of Datatype representing Boolean data type.
In summary, application programmers can obtain datatype instance in two ways.
BOOLEAN_DATATYPE.| Field Summary | |
static Datatype |
BOOLEAN_DATATYPEBoolean property Datatype instance. |
static java.lang.String |
BOOLEAN_TYPENAMEBoolean property type name. |
static Datatype |
FLOAT_DATATYPEFloat property Datatype instance. |
static java.lang.String |
FLOAT_TYPENAMEFloating point property type name. |
static Datatype |
INTEGER_DATATYPEInteger property Datatype instance. |
static java.lang.String |
INTEGER_TYPENAMEInteger property type name. |
static Datatype |
MAPPINGPROPERTYOWNERLIST_DATATYPEOWB property owner list Datatype instance. |
static java.lang.String |
MAPPINGPROPERTYOWNERLIST_TYPENAMEList of property owners type name An OWB mapping property value may be an instance of MappingPropertyOwnerList. |
static Datatype |
STRING_DATATYPEString property Datatype instance. |
static java.lang.String |
STRING_TYPENAMEString property type name. |
| Methods inherited from interface oracle.owb.foundation.type.DatatypeSet |
findDataType, getDataTypes |
| Methods inherited from interface oracle.owb.foundation.OWBNamedObject |
delete, getBusinessName, getClassDefinition, getComponent, getDescription, getName, getUOID, isDeletable, isEditable, isRenamable, setBusinessName, setDescription, setName |
| Field Detail |
public static final java.lang.String BOOLEAN_TYPENAME
java.lang.Boolean.
public static final java.lang.String STRING_TYPENAME
java.lang.String.
public static final java.lang.String INTEGER_TYPENAME
java.lang.Integer.
public static final java.lang.String FLOAT_TYPENAME
java.lang.Float.
public static final java.lang.String MAPPINGPROPERTYOWNERLIST_TYPENAME
MappingPropertyOwnerList. The value of this constant is the fully qualified class name oracle.owb.mapping.MappingPropertyOwnerList.
public static final Datatype BOOLEAN_DATATYPE
Datatype instance.public static final Datatype STRING_DATATYPE
Datatype instance.public static final Datatype INTEGER_DATATYPE
Datatype instance.public static final Datatype FLOAT_DATATYPE
Datatype instance.public static final Datatype MAPPINGPROPERTYOWNERLIST_DATATYPE
Datatype instance.
|
Oracle Warehouse Builder Java API Reference 10g Release 1 (10.1) B12155-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||