oracle.owb.mapping
Class PropDefMiscPhysical

java.lang.Object
  |
  +--oracle.owb.mapping.PropDefCommon
        |
        +--oracle.owb.mapping.PropDefMiscPhysical

public class PropDefMiscPhysical
extends PropDefCommon

PropDefMiscPhysical defines all misc physical properties.


Field Summary
static java.lang.String MP1$BAD_FILE_LOCATION_STRING
          Miscellaneous physical property of type MP1.
static java.lang.String MP1$BAD_FILE_NAME_STRING
          Miscellaneous physical property of type MP1.
static java.lang.String MP1$DATA_FILE_LOCATION_STRING
          Miscellaneous physical property of type MP1.
static java.lang.String MP1$DATA_FILE_NAME_STRING
          Miscellaneous physical property of type MP1.
static java.lang.String MP1$DISCARD_FILE_LOCATION_STRING
          Miscellaneous physical property of type MP1.
static java.lang.String MP1$DISCARD_FILE_NAME_STRING
          Miscellaneous physical property of type MP1.
static java.lang.String MP1$DISCARD_MAX_INTEGER
          Miscellaneous 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
(package private) static void ()
           
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

MP1$DATA_FILE_LOCATION_STRING

public static final java.lang.String MP1$DATA_FILE_LOCATION_STRING
Miscellaneous physical property of type MP1. Key name: DATA_FILE_LOCATION.

Description: The location for this component.


MP1$DATA_FILE_NAME_STRING

public static final java.lang.String MP1$DATA_FILE_NAME_STRING
Miscellaneous physical property of type MP1. Key name: DATA_FILE_NAME.

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.


MP1$BAD_FILE_LOCATION_STRING

public static final java.lang.String MP1$BAD_FILE_LOCATION_STRING
Miscellaneous physical property of type MP1. Key name: BAD_FILE_LOCATION.

Description: Bad file location.


MP1$BAD_FILE_NAME_STRING

public static final java.lang.String MP1$BAD_FILE_NAME_STRING
Miscellaneous physical property of type MP1. Key name: BAD_FILE_NAME.

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.


MP1$DISCARD_FILE_LOCATION_STRING

public static final java.lang.String MP1$DISCARD_FILE_LOCATION_STRING
Miscellaneous physical property of type MP1. Key name: DISCARD_FILE_LOCATION.

Description: Discard file location


MP1$DISCARD_FILE_NAME_STRING

public static final java.lang.String MP1$DISCARD_FILE_NAME_STRING
Miscellaneous physical property of type MP1. Key name: DISCARD_FILE_NAME.

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.


MP1$DISCARD_MAX_INTEGER

public static final java.lang.String MP1$DISCARD_MAX_INTEGER
Miscellaneous physical property of type MP1. Key name: DISCARD_MAX.

Description: Discard Max

Constructor Detail

PropDefMiscPhysical

public PropDefMiscPhysical()
Method Detail

getPropSheet

protected static oracle.owb.mapping.PropSheetImpl getPropSheet(java.lang.String type)
getPropSheet Retrieve the property sheet of a property type.
Parameters:
type - A property type.
Returns:
The property sheet of the type.

containsKey

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.
Parameters:
type - A property type.
key - A property key.
Returns:
true - if this set of properties defines the key; false - if otherwise.

static void ()