|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<ProgramUnitTypeValues>
com.ibm.pdp.maf.rpp.pac.program.ProgramUnitTypeValues
public enum ProgramUnitTypeValues
List of unit types of Segments in Program.
Enum Constant Summary | |
---|---|
_D
Direct access memory | |
_R
Slow device | |
_U
Sequential access storage device |
Method Summary | |
---|---|
static ProgramUnitTypeValues |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ProgramUnitTypeValues[] |
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 ProgramUnitTypeValues _D
Direct access memory
public static final ProgramUnitTypeValues _R
Slow device
public static final ProgramUnitTypeValues _U
Sequential access storage device
Method Detail |
---|
public static ProgramUnitTypeValues 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 ProgramUnitTypeValues[] values()
for (ProgramUnitTypeValues c : ProgramUnitTypeValues.values()) System.out.println(c);
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |