public static enum ValidationError.ErrorCode extends java.lang.Enum<ValidationError.ErrorCode>
| Enum Constant and Description |
|---|
CHILDREN_NOTCONFIGURED |
COLLECTIONELEMENTS_NOTCONSISTENT |
ENUM_VALUE_NOT_EXISTENT |
MANDATORYLINE_MISSING |
SOURCE_INVALID |
UNIQUEKEYS_SELECTED |
UNMAPPED_LOCALIZED |
UNMAPPED_MANDATORY |
UNMAPPED_SOURCE |
| Modifier and Type | Method and Description |
|---|---|
static ValidationError.ErrorCode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ValidationError.ErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ValidationError.ErrorCode MANDATORYLINE_MISSING
public static final ValidationError.ErrorCode UNMAPPED_MANDATORY
public static final ValidationError.ErrorCode UNIQUEKEYS_SELECTED
public static final ValidationError.ErrorCode UNMAPPED_LOCALIZED
public static final ValidationError.ErrorCode CHILDREN_NOTCONFIGURED
public static final ValidationError.ErrorCode ENUM_VALUE_NOT_EXISTENT
public static final ValidationError.ErrorCode COLLECTIONELEMENTS_NOTCONSISTENT
public static final ValidationError.ErrorCode SOURCE_INVALID
public static final ValidationError.ErrorCode UNMAPPED_SOURCE
public static ValidationError.ErrorCode[] values()
for (ValidationError.ErrorCode c : ValidationError.ErrorCode.values()) System.out.println(c);
public static ValidationError.ErrorCode 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.