|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<ScreenActionCodeValues>
com.ibm.pdp.maf.rpp.pac.common.dialog.ScreenActionCodeValues
public enum ScreenActionCodeValues
List of action code or validation controls.
| Enum Constant Summary | |
|---|---|
_A
Validate when not updating | |
_I
Action code | |
_O
Operation code | |
_T
Validate when creating, modifying or deleting | |
_X
Validate when creating or modifying | |
NONE
Always validate | |
| Method Summary | |
|---|---|
static ScreenActionCodeValues |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ScreenActionCodeValues[] |
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 ScreenActionCodeValues _A
Validate when not updating
public static final ScreenActionCodeValues _I
Action code
public static final ScreenActionCodeValues _O
Operation code
public static final ScreenActionCodeValues _T
Validate when creating, modifying or deleting
public static final ScreenActionCodeValues _X
Validate when creating or modifying
public static final ScreenActionCodeValues NONE
Always validate
| Method Detail |
|---|
public static ScreenActionCodeValues 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 ScreenActionCodeValues[] values()
for (ScreenActionCodeValues c : ScreenActionCodeValues.values()) System.out.println(c);
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||