com.ibm.etools.systems.dstore.core.model
Class DE
java.lang.Object
com.ibm.etools.systems.dstore.core.model.DE
- public class DE
- extends Object
DE is a container of DataElement
constants. These constants
are used to identify DataElement
attributes.
Attributes beginning with "P_" indicate property attribute identifiers.
Attributes beginning with "T_" indicate DataElement
type attributes.
Attributes beginning with "A_" indicate DataElement
indexs into attributes.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Copyright
public static final String Copyright
- See Also:
- Constant Field Values
P_CHILDREN
public static final String P_CHILDREN
- See Also:
- Constant Field Values
P_LABEL
public static final String P_LABEL
- See Also:
- Constant Field Values
P_NOTIFIER
public static final String P_NOTIFIER
- See Also:
- Constant Field Values
P_DATASTORE
public static final String P_DATASTORE
- See Also:
- Constant Field Values
P_SOURCE_NAME
public static final String P_SOURCE_NAME
- See Also:
- Constant Field Values
P_SOURCE
public static final String P_SOURCE
- See Also:
- Constant Field Values
P_SOURCE_LOCATION
public static final String P_SOURCE_LOCATION
- See Also:
- Constant Field Values
P_SOURCE_LOCATION_COLUMN
public static final String P_SOURCE_LOCATION_COLUMN
- See Also:
- Constant Field Values
P_NESTED
public static final String P_NESTED
- See Also:
- Constant Field Values
P_BUFFER
public static final String P_BUFFER
- See Also:
- Constant Field Values
P_TYPE
public static final String P_TYPE
- See Also:
- Constant Field Values
P_ID
public static final String P_ID
- See Also:
- Constant Field Values
P_NAME
public static final String P_NAME
- See Also:
- Constant Field Values
P_VALUE
public static final String P_VALUE
- See Also:
- Constant Field Values
P_ISREF
public static final String P_ISREF
- See Also:
- Constant Field Values
P_DEPTH
public static final String P_DEPTH
- See Also:
- Constant Field Values
P_ATTRIBUTES
public static final String P_ATTRIBUTES
- See Also:
- Constant Field Values
P_FILE
public static final String P_FILE
- See Also:
- Constant Field Values
P_DESCRIPTOR
public static final String P_DESCRIPTOR
- See Also:
- Constant Field Values
T_REFERENCE
public static final String T_REFERENCE
- See Also:
- Constant Field Values
T_COMMAND
public static final String T_COMMAND
- See Also:
- Constant Field Values
T_UI_COMMAND_DESCRIPTOR
public static final String T_UI_COMMAND_DESCRIPTOR
- See Also:
- Constant Field Values
T_OBJECT_DESCRIPTOR
public static final String T_OBJECT_DESCRIPTOR
- See Also:
- Constant Field Values
T_COMMAND_DESCRIPTOR
public static final String T_COMMAND_DESCRIPTOR
- See Also:
- Constant Field Values
T_RELATION_DESCRIPTOR
public static final String T_RELATION_DESCRIPTOR
- See Also:
- Constant Field Values
T_ABSTRACT_OBJECT_DESCRIPTOR
public static final String T_ABSTRACT_OBJECT_DESCRIPTOR
- See Also:
- Constant Field Values
T_ABSTRACT_COMMAND_DESCRIPTOR
public static final String T_ABSTRACT_COMMAND_DESCRIPTOR
- See Also:
- Constant Field Values
T_ABSTRACT_RELATION_DESCRIPTOR
public static final String T_ABSTRACT_RELATION_DESCRIPTOR
- See Also:
- Constant Field Values
A_TYPE
public static final int A_TYPE
- See Also:
- Constant Field Values
A_ID
public static final int A_ID
- See Also:
- Constant Field Values
A_NAME
public static final int A_NAME
- See Also:
- Constant Field Values
A_VALUE
public static final int A_VALUE
- See Also:
- Constant Field Values
A_SOURCE
public static final int A_SOURCE
- See Also:
- Constant Field Values
A_SOURCE_LOCATION
public static final int A_SOURCE_LOCATION
- See Also:
- Constant Field Values
A_ISREF
public static final int A_ISREF
- See Also:
- Constant Field Values
A_DEPTH
public static final int A_DEPTH
- See Also:
- Constant Field Values
A_SIZE
public static final int A_SIZE
- See Also:
- Constant Field Values
ENCODING_UTF_8
public static final String ENCODING_UTF_8
- See Also:
- Constant Field Values
DE
public DE()
Copyright © 2005 IBM Corp. All Rights Reserved.
Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.