public enum CopyBookGenerationTypeValues extends java.lang.Enum<CopyBookGenerationTypeValues>
You specify here whether the generated description must include the assigned Text lines or whether the description is to be used in VAP Connector.
Modifier and Type | Method and Description |
---|---|
static CopyBookGenerationTypeValues |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CopyBookGenerationTypeValues[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CopyBookGenerationTypeValues _DC1
Generation of a Data Structure description without the recognition of assigned Text lines
public static final CopyBookGenerationTypeValues _DC3
Besides the generation of Segment COBOL source, generation of the Data Element and Segment description lines in the form of comments. These comments will be used by VAP Connector.
public static final CopyBookGenerationTypeValues _DSQC1
Besides the generation of Segment COBOL source, generation of the Data Element and Segment description lines in the form of comments. These comments will be used by VAP Connector
public static CopyBookGenerationTypeValues 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 CopyBookGenerationTypeValues[] values()
for (CopyBookGenerationTypeValues c : CopyBookGenerationTypeValues.values()) System.out.println(c);