|
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.MapUtilityGen
MapUtilityGen is a code-generated class that implements strong-typed methods for specific operator types. DO NOT CHANGE THIS INTERFACE MANUALLY
| Constructor Summary | |
MapUtilityGen() | |
| Method Summary | |
protected static java.lang.String |
getInternalClassForOperatorType(java.lang.String operatorType)Retrieves the internal mapping API class type for a given public API type. |
protected static java.lang.String |
getOperatorTypeForInternalClass(java.lang.String className)Retrieves the public API operator type for a given internal mapping class name. |
static boolean |
isBindableOperatorType(java.lang.String operatorType)Determines if a given mapping operator type is bindable. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public MapUtilityGen()
| Method Detail |
public static boolean isBindableOperatorType(java.lang.String operatorType)
operatorType - The operator type. Should be one of the string constants (prefix OPTYPE_), which can be found in the MapHelper interface.protected static java.lang.String getInternalClassForOperatorType(java.lang.String operatorType)
operatorType - The operator type. Should be one of the string constants (prefix OPTYPE_), which can be found in the MapHelper interface.protected static java.lang.String getOperatorTypeForInternalClass(java.lang.String className)
className - The fully qualified internal class name.MapHelper interface.
|
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 | |||||||||