|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<DataUnitTypeValues>
com.ibm.pdp.maf.rpp.pac.datastructure.DataUnitTypeValues
public enum DataUnitTypeValues
List of DataStructure types.
Enum Constant Summary | |
---|---|
_G
Pactables table | |
_M
Pactables table with historical account, with century | |
_N
Pactables table without historical account, with century | |
_T
Pactables table without historical account | |
_V
Logical View | |
_Z
Data Structure |
Method Summary | |
---|---|
static DataUnitTypeValues |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static DataUnitTypeValues[] |
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 DataUnitTypeValues _G
Pactables table
public static final DataUnitTypeValues _M
Pactables table with historical account, with century
public static final DataUnitTypeValues _N
Pactables table without historical account, with century
public static final DataUnitTypeValues _T
Pactables table without historical account
public static final DataUnitTypeValues _V
Logical View
public static final DataUnitTypeValues _Z
Data Structure
Method Detail |
---|
public static DataUnitTypeValues 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 DataUnitTypeValues[] values()
for (DataUnitTypeValues c : DataUnitTypeValues.values()) System.out.println(c);
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |