Enum Constant Summary
Enum Constants
Method Summary
All Methods Static Methods Instance Methods Concrete Methods
int
Gets the ErrorCode.statusCode
.
Gets the ErrorCode.message
.
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
LICENSE_CHECK_VALID
public static final StatusCode LICENSE_CHECK_VALID
LICENSE_CHECK_INVALID
public static final StatusCode LICENSE_CHECK_INVALID
OPTIMIZATION_INITIALIZED
public static final StatusCode OPTIMIZATION_INITIALIZED
OPTIMIZATION_ALGO_INITIALIZED
public static final StatusCode OPTIMIZATION_ALGO_INITIALIZED
OPTIMIZATION_ALGO_STARTING
public static final StatusCode OPTIMIZATION_ALGO_STARTING
OPTIMIZATION_ALGO_PREPARING
public static final StatusCode OPTIMIZATION_ALGO_PREPARING
OPTIMIZATION_ALGO_REPDONE
public static final StatusCode OPTIMIZATION_ALGO_REPDONE
OPTIMIZATION_AUTOFILTER_UNASSIGNED_NODES
public static final StatusCode OPTIMIZATION_AUTOFILTER_UNASSIGNED_NODES
OPTIMIZATION_USING_PROVIDED_SOLUTION
public static final StatusCode OPTIMIZATION_USING_PROVIDED_SOLUTION
AUTOFILTER_USER_SCHEDULE
public static final StatusCode AUTOFILTER_USER_SCHEDULE
AUTOFILTER_PROTECTION_REMOVED
public static final StatusCode AUTOFILTER_PROTECTION_REMOVED
AUTOFILTER_ALL_NODES_PROTECTED
public static final StatusCode AUTOFILTER_ALL_NODES_PROTECTED
ENTITY_CORRECTION_ATTEMPT_SUCESS
public static final StatusCode ENTITY_CORRECTION_ATTEMPT_SUCESS
EXTERNAL_STATUS_EVENT
public static final StatusCode EXTERNAL_STATUS_EVENT
SINGLEASSESS_LICENSE_SKIP
public static final StatusCode SINGLEASSESS_LICENSE_SKIP
OPTIMIZATION_VERSION
public static final StatusCode OPTIMIZATION_VERSION
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
getCode
public int getCode ()
Gets the ErrorCode.statusCode
.
Specified by:
getCode
in interface IInfoCode
Returns:
the int statuscode
getCodeMessage
public String getCodeMessage ()
Gets the ErrorCode.message
.
Specified by:
getCodeMessage
in interface IInfoCode
Returns:
the String message