public enum ErrorMessageFileOrganizationServerValues extends java.lang.Enum<ErrorMessageFileOrganizationServerValues>
List of organizations for the error file.
Modifier and Type | Method and Description |
---|---|
static ErrorMessageFileOrganizationServerValues |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ErrorMessageFileOrganizationServerValues[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ErrorMessageFileOrganizationServerValues _V
Indexed organization
public static final ErrorMessageFileOrganizationServerValues _W
Access by specific code with access key alimentation
public static final ErrorMessageFileOrganizationServerValues NONE
None
public static ErrorMessageFileOrganizationServerValues 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 ErrorMessageFileOrganizationServerValues[] values()
for (ErrorMessageFileOrganizationServerValues c : ErrorMessageFileOrganizationServerValues.values()) System.out.println(c);