oracle.owb.mapping
Class PropDefCommon
java.lang.Object
|
+--oracle.owb.mapping.PropDefCommon
- Direct Known Subclasses:
- AQProperties, PropDefAttributeLogical, PropDefGroupLogical, PropDefMapPhysical, PropDefMiscLogical, PropDefMiscPhysical, PropDefOperatorLogical, PropDefOperatorPhysical
- public abstract class PropDefCommon
- extends java.lang.Object
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.
|
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 |
DEFAULT_STRING_DOMAIN
protected static final Domain DEFAULT_STRING_DOMAIN
- Default domain instance that has string data type.
DEFAULT_INTEGER_DOMAIN
protected static final Domain DEFAULT_INTEGER_DOMAIN
- Default domain instance that has integer data type.
DEFAULT_FLOAT_DOMAIN
protected static final Domain DEFAULT_FLOAT_DOMAIN
- Default domain instance that has float data type.
DEFAULT_BOOLEAN_DOMAIN
protected static final Domain DEFAULT_BOOLEAN_DOMAIN
- Default domain instance that has boolean data type.
DEFAULT_PROPERTYOWNER_DOMAIN
protected static final Domain DEFAULT_PROPERTYOWNER_DOMAIN
- Default domain instance that has the mapping property list data type.
PropDefCommon
public PropDefCommon()
translate
protected static java.lang.String translate(java.lang.String tag)
- Translate OWB internal tag to public string.
- Parameters:
tag - OWB internal tag.- Returns:
- The translated string in current locale.