public enum ErrorLabelGenerationTypeValues extends java.lang.Enum<ErrorLabelGenerationTypeValues>
Indicates which entities are concerned by the generation : Batch Program, Standard dialog or screen, Client dialog or screen, Server dialog or Server/
| Modifier and Type | Method and Description |
|---|---|
static ErrorLabelGenerationTypeValues |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ErrorLabelGenerationTypeValues[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ErrorLabelGenerationTypeValues _B
Error Label generation for Batch
public static final ErrorLabelGenerationTypeValues _C
Error Label generation for Client Dialog
public static final ErrorLabelGenerationTypeValues _O
Error Label generation for Standard Dialog
public static final ErrorLabelGenerationTypeValues _S
Error Label generation for Server Dialog
public static ErrorLabelGenerationTypeValues 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 ErrorLabelGenerationTypeValues[] values()
for (ErrorLabelGenerationTypeValues c : ErrorLabelGenerationTypeValues.values()) System.out.println(c);