public enum CisFieldErrorCode extends java.lang.Enum<CisFieldErrorCode>
| Enum Constant and Description |
|---|
CORRECTED
The field when standardized was corrected.
|
INVALID
The field is invalid.
|
MISSING
The field is missing.
|
TRUNCATED
The field when standardized was truncated.
|
| Modifier and Type | Method and Description |
|---|---|
static CisFieldErrorCode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CisFieldErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CisFieldErrorCode MISSING
public static final CisFieldErrorCode INVALID
public static final CisFieldErrorCode TRUNCATED
public static final CisFieldErrorCode CORRECTED
public static CisFieldErrorCode[] values()
for (CisFieldErrorCode c : CisFieldErrorCode.values()) System.out.println(c);
public static CisFieldErrorCode 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 nullCopyright © 2018 SAP SE. All Rights Reserved.