public enum ErrorLabelGenerationOptionValues extends java.lang.Enum<ErrorLabelGenerationOptionValues>
Generation option
| Modifier and Type | Method and Description |
|---|---|
static ErrorLabelGenerationOptionValues |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ErrorLabelGenerationOptionValues[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ErrorLabelGenerationOptionValues _C1
Generation option C1
public static final ErrorLabelGenerationOptionValues _C2
Generation option C2
public static final ErrorLabelGenerationOptionValues _C3
Generation option C3
public static final ErrorLabelGenerationOptionValues _C4
Generation option C4 : the generated files contains informations for Pacbase Web Connections
public static ErrorLabelGenerationOptionValues 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 ErrorLabelGenerationOptionValues[] values()
for (ErrorLabelGenerationOptionValues c : ErrorLabelGenerationOptionValues.values()) System.out.println(c);