|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<ProgramAccesModeValues>
com.ibm.pdp.maf.rpp.pac.program.ProgramAccesModeValues
public enum ProgramAccesModeValues
List of access modes of Segments in Program.
Enum Constant Summary | |
---|---|
_D
|
|
_R
|
|
_S
|
Method Summary | |
---|---|
static ProgramAccesModeValues |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ProgramAccesModeValues[] |
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 ProgramAccesModeValues _D
Dynamic This value is reserved for VSAM files.
public static final ProgramAccesModeValues _R
Direct / Random The read function is not generated automatically
public static final ProgramAccesModeValues _S
Sequential Sequential access
Method Detail |
---|
public static ProgramAccesModeValues 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 ProgramAccesModeValues[] values()
for (ProgramAccesModeValues c : ProgramAccesModeValues.values()) System.out.println(c);
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |