Oracle Warehouse Builder Java API Reference
10g Release 1 (10.1)

B12155-01

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.


Field Summary
protected static Domain DEFAULT_BOOLEAN_DOMAIN
          Default domain instance that has boolean data type.
protected static Domain DEFAULT_FLOAT_DOMAIN
          Default domain instance that has float data type.
protected static Domain DEFAULT_INTEGER_DOMAIN
          Default domain instance that has integer data type.
protected static Domain DEFAULT_PROPERTYOWNER_DOMAIN
          Default domain instance that has the mapping property list data type.
protected static Domain DEFAULT_STRING_DOMAIN
          Default 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

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.
Constructor Detail

PropDefCommon

public PropDefCommon()
Method Detail

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.

Oracle Warehouse Builder Java API Reference
10g Release 1 (10.1)

B12155-01

Copyright © 2003, Oracle. All Rights Reserved.