JavaScript is disabled on your browser.
Enum Constant Summary
Enum Constants
Method Summary
All Methods Static Methods Instance Methods Concrete Methods
int
Returns the enum constant of this class with the specified name.
Returns an array containing the constants of this enum class, in
the order they are declared.
Methods inherited from class java.lang.Enum
clone , compareTo , describeConstable , equals , finalize , getDeclaringClass , hashCode , name , ordinal , toString , valueOf
Enum Constant Details
ENTITY_NAMED_NOT_FOUND
public static final ErrorCodes ENTITY_NAMED_NOT_FOUND
ENTITY_PARENT_NOT_FOUND
public static final ErrorCodes ENTITY_PARENT_NOT_FOUND
ENTITY_MODEL_NOT_FOUND
public static final ErrorCodes ENTITY_MODEL_NOT_FOUND
ENTITY_MODEL_EXISTS
public static final ErrorCodes ENTITY_MODEL_EXISTS
ENTITY_IDENTIFIER_EXISTS
public static final ErrorCodes ENTITY_IDENTIFIER_EXISTS
ENTITY_IN_LIST_NOT_UNIQUE
public static final ErrorCodes ENTITY_IN_LIST_NOT_UNIQUE
ROOT_MISSING_IN_MODEL
public static final ErrorCodes ROOT_MISSING_IN_MODEL
CONNECTOR_NOT_FOUND
public static final ErrorCodes CONNECTOR_NOT_FOUND
CONNECTOR_FIRST_ENTITY_IDENTIFIER
public static final ErrorCodes CONNECTOR_FIRST_ENTITY_IDENTIFIER
CUSTOM_TYPE_CONFIGURATION
public static final ErrorCodes CUSTOM_TYPE_CONFIGURATION
INITIAL_VALUES_CONFIGURATION
public static final ErrorCodes INITIAL_VALUES_CONFIGURATION
INVALID_CLIENT_CONFIGURATION
public static final ErrorCodes INVALID_CLIENT_CONFIGURATION
INVALID_MODEL_CONFIGURATION
public static final ErrorCodes INVALID_MODEL_CONFIGURATION
PARAMETER_LIST_EMPTY
public static final ErrorCodes PARAMETER_LIST_EMPTY
PARAMETER_IS_MISSING
public static final ErrorCodes PARAMETER_IS_MISSING
CONNECTOR_NAME_MISSING
public static final ErrorCodes CONNECTOR_NAME_MISSING
CONNECTOR_NOT_IDENTICAL
public static final ErrorCodes CONNECTOR_NOT_IDENTICAL
CONNECTOR_INTERFACE
public static final ErrorCodes CONNECTOR_INTERFACE
CONNECTOR_ENTITY_IDENTIFIER_IS_EMPTY
public static final ErrorCodes CONNECTOR_ENTITY_IDENTIFIER_IS_EMPTY
Method Details
values
Returns an array containing the constants of this enum class, in
the order they are declared.
Returns:
an array containing the constants of this enum class, in the order they are declared
valueOf
Returns the enum constant of this class with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this class. (Extraneous whitespace characters are
not permitted.)
Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum class has no constant with the specified name
NullPointerException - if the argument is null
getErrorCode
public int getErrorCode ()