|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<DataElementTypeValues>
com.ibm.pdp.maf.rpp.pac.dataelement.DataElementTypeValues
public enum DataElementTypeValues
List of Data Element types.
Enum Constant Summary | |
---|---|
_A
|
|
_L
|
|
_P
|
|
_R
|
|
_U
|
|
INHERITED
|
Method Summary | |
---|---|
static DataElementTypeValues |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static DataElementTypeValues[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final DataElementTypeValues _A
ALIAS Data Element
This value is automatically set upon the retrieval of existing data.
public static final DataElementTypeValues _L
Large Object Data Element
public static final DataElementTypeValues _P
Property: elementary piece of information defined at the conceptual level.
Note: the format is optional.
public static final DataElementTypeValues _R
Real Data Element (default value): elementary piece of information, defined at the repository level.
DBD function: CODASYL elementary data, relational column.
public static final DataElementTypeValues _U
Unicode-type Data Element.
Note: the usage must be 'N' (default), 'X' or '1'.
public static final DataElementTypeValues INHERITED
Value of the parent Data Element
Method Detail |
---|
public static DataElementTypeValues valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is nullpublic static DataElementTypeValues[] values()
for (DataElementTypeValues c : DataElementTypeValues.values()) System.out.println(c);
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |