public enum StatusCode extends Enum<StatusCode> implements IInfoCode
Modifier and Type | Method and Description |
---|---|
int |
getCode()
Gets the
ErrorCode.statusCode . |
String |
getCodeMessage()
Gets the
ErrorCode.message . |
static StatusCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StatusCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StatusCode LICENSE_CHECK_VALID
public static final StatusCode LICENSE_CHECK_INVALID
public static final StatusCode OPTIMIZATION_INITIALIZED
public static final StatusCode OPTIMIZATION_ALGO_INITIALIZED
public static final StatusCode OPTIMIZATION_ALGO_STARTING
public static final StatusCode OPTIMIZATION_ALGO_PREPARING
public static final StatusCode OPTIMIZATION_ALGO_REPDONE
public static final StatusCode OPTIMIZATION_AUTOFILTER_UNASSIGNED_NODES
public static final StatusCode OPTIMIZATION_USING_PROVIDED_SOLUTION
public static final StatusCode AUTOFILTER_USER_SCHEDULE
public static final StatusCode AUTOFILTER_EXECUTE
public static final StatusCode AUTOFILTER_PROTECTION_REMOVED
public static final StatusCode AUTOFILTER_ALL_NODES_PROTECTED
public static final StatusCode ENTITY_CORRECTION_ATTEMPT_SUCESS
public static final StatusCode EXTERNAL_STATUS_EVENT
public static final StatusCode SINGLEASSESS_LICENSE_SKIP
public static final StatusCode OPTIMIZATION_VERSION
public static final StatusCode LICENCE_LIMIT
public static final StatusCode ADDITIONAL_ELEMENT
public static final StatusCode STATUS_INFO
public static StatusCode[] values()
for (StatusCode c : StatusCode.values()) System.out.println(c);
public static StatusCode valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic int getCode()
IInfoCode
ErrorCode.statusCode
.public String getCodeMessage()
IInfoCode
ErrorCode.message
.getCodeMessage
in interface IInfoCode
Copyright © 2017–2023 DNA Evolutions GmbH. All rights reserved.