|
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
|
+--oracle.owb.mapping.PropDefMiscPhysical
PropDefMiscPhysical defines all misc physical properties.
| Field Summary | |
static java.lang.String |
MP1$BAD_FILE_LOCATION_STRINGMiscellaneous physical property of type MP1. |
static java.lang.String |
MP1$BAD_FILE_NAME_STRINGMiscellaneous physical property of type MP1. |
static java.lang.String |
MP1$DATA_FILE_LOCATION_STRINGMiscellaneous physical property of type MP1. |
static java.lang.String |
MP1$DATA_FILE_NAME_STRINGMiscellaneous physical property of type MP1. |
static java.lang.String |
MP1$DISCARD_FILE_LOCATION_STRINGMiscellaneous physical property of type MP1. |
static java.lang.String |
MP1$DISCARD_FILE_NAME_STRINGMiscellaneous physical property of type MP1. |
static java.lang.String |
MP1$DISCARD_MAX_INTEGERMiscellaneous physical property of type MP1. |
| Fields inherited from class oracle.owb.mapping.PropDefCommon |
DEFAULT_BOOLEAN_DOMAIN, DEFAULT_FLOAT_DOMAIN, DEFAULT_INTEGER_DOMAIN, DEFAULT_PROPERTYOWNER_DOMAIN, DEFAULT_STRING_DOMAIN |
| Constructor Summary | |
PropDefMiscPhysical() | |
| Method Summary | |
protected static boolean |
containsKey(java.lang.String type, java.lang.String key)containsKey is a boolean checkup to see if this set of property definitions includes the definition for the key. |
protected static oracle.owb.mapping.PropSheetImpl |
getPropSheet(java.lang.String type)getPropSheet Retrieve the property sheet of a property type. |
| Methods inherited from class oracle.owb.mapping.PropDefCommon |
translate |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final java.lang.String MP1$DATA_FILE_LOCATION_STRING
Description: The location for this component.
public static final java.lang.String MP1$DATA_FILE_NAME_STRING
Description: The data file name for this component. If the Data File Location is set then this must be a relative file name. Otherwise this should contain a fully qualified path.
public static final java.lang.String MP1$BAD_FILE_LOCATION_STRING
Description: Bad file location.
public static final java.lang.String MP1$BAD_FILE_NAME_STRING
Description: Bad file name. If the Bad File Location is set then this must be a relative file name. Otherwise this should contain a fully qualified path.
public static final java.lang.String MP1$DISCARD_FILE_LOCATION_STRING
Description: Discard file location
public static final java.lang.String MP1$DISCARD_FILE_NAME_STRING
Description: Discard file name. If the Discard File Location is set then this must be a relative file name. Otherwise this should contain a fully qualified path.
public static final java.lang.String MP1$DISCARD_MAX_INTEGER
Description: Discard Max
| Constructor Detail |
public PropDefMiscPhysical()
| Method Detail |
protected static oracle.owb.mapping.PropSheetImpl getPropSheet(java.lang.String type)
getPropSheet Retrieve the property sheet of a property type.type - A property type.
protected static boolean containsKey(java.lang.String type,
java.lang.String key)
containsKey is a boolean checkup to see if this set of property definitions includes the definition for the key.type - A property type.key - A property key.
|
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 | |||||||||