|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<ScreenUpdateOptionValues>
com.ibm.pdp.maf.rpp.pac.common.dialog.ScreenUpdateOptionValues
public enum ScreenUpdateOptionValues
List of values of update option for the fields in the layout of the Screen.
Enum Constant Summary | |
---|---|
_F
|
|
_G
|
|
_M
|
|
_P
|
|
_S
|
|
_V
|
|
MINUS
|
|
NONE
|
|
PLUS
|
Method Summary | |
---|---|
static ScreenUpdateOptionValues |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ScreenUpdateOptionValues[] |
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 ScreenUpdateOptionValues _F
Reserved to Reversed Screen
public static final ScreenUpdateOptionValues _G
Generate Screen branching
public static final ScreenUpdateOptionValues _M
Updatr by substitution
public static final ScreenUpdateOptionValues _P
Perform the standard validations
public static final ScreenUpdateOptionValues _S
Simulate Screen branching
public static final ScreenUpdateOptionValues _V
Value to validate
public static final ScreenUpdateOptionValues MINUS
Update by substraction
public static final ScreenUpdateOptionValues NONE
Update bu substitution
public static final ScreenUpdateOptionValues PLUS
Update by addition
Method Detail |
---|
public static ScreenUpdateOptionValues 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 ScreenUpdateOptionValues[] values()
for (ScreenUpdateOptionValues c : ScreenUpdateOptionValues.values()) System.out.println(c);
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |