Package | Description |
---|---|
com.ibm.pdp.maf.rpp.pac.dataelement |
This package describes the com.ibm.pdp.maf.rpp.kernel.pac.dataelement, see the description for an UML overview.
|
Modifier and Type | Method and Description |
---|---|
DataElementTypeValues |
DataElement.getType()
Indicates the type of the data element : R for a real data element, L for a large object, P for a property, A for an Alias data element and U for an Unicode data element.
|
static DataElementTypeValues |
DataElementTypeValues.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DataElementTypeValues[] |
DataElementTypeValues.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|