Enum Class InitErrorCode

java.lang.Object
java.lang.Enum<InitErrorCode>
com.regula.facesdk.enums.InitErrorCode
All Implemented Interfaces:
Serializable, Comparable<InitErrorCode>, Constable

public enum InitErrorCode extends Enum<InitErrorCode>
  • Enum Constant Details

    • IN_PROGRESS_ALREADY

      public static final InitErrorCode IN_PROGRESS_ALREADY
    • MISSING_CORE

      public static final InitErrorCode MISSING_CORE
    • INTERNAL_CORE_ERROR

      public static final InitErrorCode INTERNAL_CORE_ERROR
    • BAD_LICENSE

      public static final InitErrorCode BAD_LICENSE
    • UNAVAILABLE

      public static final InitErrorCode UNAVAILABLE
    • CONTEXT_IS_NULL

      public static final InitErrorCode CONTEXT_IS_NULL
    • RESOURCE_DAT_ABSENT

      public static final InitErrorCode RESOURCE_DAT_ABSENT
    • LICENSE_IS_NULL

      public static final InitErrorCode LICENSE_IS_NULL
  • Method Details

    • values

      public static InitErrorCode[] 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 InitErrorCode 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
    • getValue

      public int getValue()
      Returns int value of enum member
      Returns:
      int