|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<LogicalViewPresenceCheckValues>
com.ibm.pdp.maf.rpp.pac.segment.LogicalViewPresenceCheckValues
public enum LogicalViewPresenceCheckValues
List of values for presence checks for Logical Views.
| Enum Constant Summary | |
|---|---|
_F
OptionalThe checks specified in the Data Element description are only generated in the Business Components if CHECKSER=YES. |
|
_O
Required. |
|
_P
RequiredRequired Data Element. |
|
NONE
BlankThe checks specified in the Data Element description are generated in the client, and in the Business Component, if CHECKSER=YES. |
|
| Method Summary | |
|---|---|
static LogicalViewPresenceCheckValues |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static LogicalViewPresenceCheckValues[] |
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 LogicalViewPresenceCheckValues _F
Optional
The checks specified in the Data Element description are only generated in the Business Components if CHECKSER=YES.
public static final LogicalViewPresenceCheckValues _O
Required.
Required Data Element. The check for its presence is generated in the client, and in the Business Component if CHECKSER=YES.
public static final LogicalViewPresenceCheckValues _P
Required
Required Data Element. The check for its presence is generated only in the Business Component, if CHECKSER=YES.
public static final LogicalViewPresenceCheckValues NONE
Blank
The checks specified in the Data Element description are generated in the client, and in the Business Component, if CHECKSER=YES.
| Method Detail |
|---|
public static LogicalViewPresenceCheckValues 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 LogicalViewPresenceCheckValues[] values()
for (LogicalViewPresenceCheckValues c : LogicalViewPresenceCheckValues.values()) System.out.println(c);
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||