public enum CopybookPresIndicatorValues extends java.lang.Enum<CopybookPresIndicatorValues>
Indicates the generation of presence indicator when DSQC1 generation type has been chosen.
Modifier and Type | Method and Description |
---|---|
static CopybookPresIndicatorValues |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CopybookPresIndicatorValues[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CopybookPresIndicatorValues _N
Presence indicators will not be generated
public static final CopybookPresIndicatorValues _Y
Presence indicator will be generated
public static CopybookPresIndicatorValues 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 namejava.lang.NullPointerException
- if the argument is nullpublic static CopybookPresIndicatorValues[] values()
for (CopybookPresIndicatorValues c : CopybookPresIndicatorValues.values()) System.out.println(c);