|
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 | |||||||||
Property definition which can be configuration, logical, core or user-defined property definition.
| Method Summary | |
ClassDefinition |
getClassDefinition()Get owning class. |
Value |
getDefaultValue()Get default value. |
java.lang.Object |
getDefaultValueObject()Get default value object. |
java.lang.String |
getDefaultValueString()Get default value in string format. |
int |
getMaximumStringLength()Get maximum leng of the value. |
RoleDefinition |
getRoleDefinition()Get associated role. |
void |
setDefaultValue(Value value)Set default value. |
void |
setDefaultValueObject(java.lang.Object value)Set default value object. |
void |
setDefaultValueString(java.lang.String value)Set default value by string. |
| Methods inherited from interface oracle.owb.foundation.OWBNamedObject |
delete, getBusinessName, getComponent, getDescription, getName, getUOID, isDeletable, isEditable, isRenamable, setBusinessName, setDescription, setName |
| Methods inherited from interface oracle.owb.foundation.domain.Typed |
getType |
| Method Detail |
public Value getDefaultValue()
setDefaultValue(oracle.owb.foundation.domain.Value)
public void setDefaultValue(Value value)
throws TypeMismatchException
value - is value to be set as default value of the property definition.TypeMismatchException - if the value passed in has incompatible type with the property definition.getDefaultValue()
public java.lang.Object getDefaultValueObject()
throws TypeMismatchException
TypeMismatchException - if the default value is not scalar value.setDefaultValueObject(java.lang.Object)
public void setDefaultValueObject(java.lang.Object value)
throws TypeMismatchException,
InvalidFormatException
value - is the object assigned as the default value of the property definition.TypeMismatchException - if the default value is not scalar value.InvalidFormatException - if the type is primitive type and the format of the value is invalid.getDefaultValueObject()
public java.lang.String getDefaultValueString()
throws TypeMismatchException
TypeMismatchException - if the default value is not scalar value.setDefaultValueString(java.lang.String)
public void setDefaultValueString(java.lang.String value)
throws TypeMismatchException,
InvalidFormatException
value - is the string format of the default value.TypeMismatchException - if the default value is not primitive value.InvalidFormatException - if the type is primitive type and the format of the value is invalid.getDefaultValueString()public RoleDefinition getRoleDefinition()
public ClassDefinition getClassDefinition()
getClassDefinition in interface OWBNamedObjectpublic int getMaximumStringLength()
|
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 | |||||||||