Enum Class StatusCode

java.lang.Object
java.lang.Enum<StatusCode>
com.dna.jopt.framework.codedefinition.StatusCode
All Implemented Interfaces:
IInfoCode, Serializable, Comparable<StatusCode>, Constable

public enum StatusCode extends Enum<StatusCode> implements IInfoCode
  • 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_EXECUTE

      public static final StatusCode AUTOFILTER_EXECUTE
    • 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
    • LICENCE_LIMIT

      public static final StatusCode LICENCE_LIMIT
    • ADDITIONAL_ELEMENT

      public static final StatusCode ADDITIONAL_ELEMENT
    • STATUS_INFO

      public static final StatusCode STATUS_INFO
  • Method Details

    • values

      public static StatusCode[] 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

      public static StatusCode valueOf(String name)
      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()
      Description copied from interface: IInfoCode
      Gets the ErrorCode.statusCode.
      Specified by:
      getCode in interface IInfoCode
      Returns:
      the int statuscode
    • getCodeMessage

      public String getCodeMessage()
      Description copied from interface: IInfoCode
      Gets the ErrorCode.message.
      Specified by:
      getCodeMessage in interface IInfoCode
      Returns:
      the String message