|
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 | |||||||||
PrimitiveType is type used for primitive values.
| Method Summary | |
java.lang.String |
getDefaultValueString()Return the default value in string format for this type. |
java.lang.Object |
getValue(java.lang.String s)Parse a string and return the value. |
java.lang.String |
toString(java.lang.Object o)Convert an Object to its String representation. |
| Methods inherited from interface oracle.owb.foundation.domain.Type |
compare, equals, validate |
| Methods inherited from interface oracle.owb.foundation.OWBNamedObject |
delete, getBusinessName, getClassDefinition, getComponent, getDescription, getName, getUOID, isDeletable, isEditable, isRenamable, setBusinessName, setDescription, setName |
| Method Detail |
public java.lang.Object getValue(java.lang.String s)
throws InvalidFormatException
s - - The String representation of the object.InvalidFormatException - - if the String is in invalid format.
public java.lang.String toString(java.lang.Object o)
throws TypeMismatchException
o - - The objectTypeMismatchException - - if the object passed in is of incompartible type.public java.lang.String getDefaultValueString()
|
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 | |||||||||