|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<ScreenSourceTypeValues>
com.ibm.pdp.maf.rpp.pac.common.dialog.ScreenSourceTypeValues
public enum ScreenSourceTypeValues
List of types of source for display.
Enum Constant Summary | |
---|---|
_D
|
|
_M
|
|
_S
|
|
NONE
|
|
STAR
|
Method Summary | |
---|---|
static ScreenSourceTypeValues |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ScreenSourceTypeValues[] |
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 ScreenSourceTypeValues _D
Navigation after validation
Navigation to the next screen is performed after message reception processing. The OPER variable value is set to 0.
public static final ScreenSourceTypeValues _M
Navigation after update
Navigation to the next screen is performed after message reception processing. The OPER variable value is set to M.
public static final ScreenSourceTypeValues _S
IMS Logical Paging Operator
public static final ScreenSourceTypeValues NONE
Data element or Standard navigation
Navigation to the next screen is directly performed disregarding message reception processing.
public static final ScreenSourceTypeValues STAR
Not Standard
Method Detail |
---|
public static ScreenSourceTypeValues 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 ScreenSourceTypeValues[] values()
for (ScreenSourceTypeValues c : ScreenSourceTypeValues.values()) System.out.println(c);
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |