|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<ProgramBlockTypeValues>
com.ibm.pdp.maf.rpp.pac.program.ProgramBlockTypeValues
public enum ProgramBlockTypeValues
List of block size unit types of Segment in Program.
| Enum Constant Summary | |
|---|---|
_C
Characters | |
_N
Ignore block management | |
_R
Records | |
| Method Summary | |
|---|---|
static ProgramBlockTypeValues |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ProgramBlockTypeValues[] |
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 ProgramBlockTypeValues _C
Characters
public static final ProgramBlockTypeValues _N
Ignore block management
public static final ProgramBlockTypeValues _R
Records
| Method Detail |
|---|
public static ProgramBlockTypeValues 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 ProgramBlockTypeValues[] values()
for (ProgramBlockTypeValues c : ProgramBlockTypeValues.values()) System.out.println(c);
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||