|
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 | |||||||||
java.lang.Object | +--oracle.owb.mapping.PropDefCommon
PropDefCommon is an abstract class extended by all property definition classes (classes named like PropDef*. This class defines default domain instances used by the property definition classes.
| Field Summary | |
protected static Domain |
DEFAULT_BOOLEAN_DOMAINDefault domain instance that has boolean data type. |
protected static Domain |
DEFAULT_FLOAT_DOMAINDefault domain instance that has float data type. |
protected static Domain |
DEFAULT_INTEGER_DOMAINDefault domain instance that has integer data type. |
protected static Domain |
DEFAULT_PROPERTYOWNER_DOMAINDefault domain instance that has the mapping property list data type. |
protected static Domain |
DEFAULT_STRING_DOMAINDefault domain instance that has string data type. |
| Constructor Summary | |
PropDefCommon() | |
| Method Summary | |
protected static java.lang.String |
translate(java.lang.String tag)Translate OWB internal tag to public string. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected static final Domain DEFAULT_STRING_DOMAIN
protected static final Domain DEFAULT_INTEGER_DOMAIN
protected static final Domain DEFAULT_FLOAT_DOMAIN
protected static final Domain DEFAULT_BOOLEAN_DOMAIN
protected static final Domain DEFAULT_PROPERTYOWNER_DOMAIN
| Constructor Detail |
public PropDefCommon()
| Method Detail |
protected static java.lang.String translate(java.lang.String tag)
tag - OWB internal tag.
|
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 | |||||||||