|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<ScreenPresenceCheckValues>
com.ibm.pdp.maf.rpp.pac.common.dialog.ScreenPresenceCheckValues
public enum ScreenPresenceCheckValues
List of values for presence checks of the fields in the layout of the Screen.
Enum Constant Summary | |
---|---|
_E
PF Key branching values checking | |
_F
Checked when present, without Data Element own values check | |
_N
Checked without Data Element own values check | |
_O
Required | |
_P
Checked when present | |
_R
Required Data Element | |
_S
Required, without Data Element own values check | |
NONE
Optional Data Element |
Method Summary | |
---|---|
static ScreenPresenceCheckValues |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ScreenPresenceCheckValues[] |
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 ScreenPresenceCheckValues _E
PF Key branching values checking
public static final ScreenPresenceCheckValues _F
Checked when present, without Data Element own values check
public static final ScreenPresenceCheckValues _N
Checked without Data Element own values check
public static final ScreenPresenceCheckValues _O
Required
public static final ScreenPresenceCheckValues _P
Checked when present
public static final ScreenPresenceCheckValues _R
Required Data Element
public static final ScreenPresenceCheckValues _S
Required, without Data Element own values check
public static final ScreenPresenceCheckValues NONE
Optional Data Element
Method Detail |
---|
public static ScreenPresenceCheckValues 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 ScreenPresenceCheckValues[] values()
for (ScreenPresenceCheckValues c : ScreenPresenceCheckValues.values()) System.out.println(c);
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |