Enum Class BBjAdminType

java.lang.Object
java.lang.Enum<BBjAdminType>
com.basis.api.admin.BBjAdminType
All Implemented Interfaces:
Serializable, Comparable<BBjAdminType>, Constable

public enum BBjAdminType extends Enum<BBjAdminType>
Possible types of property values.
  • Enum Constant Details

  • Method Details

    • values

      public static BBjAdminType[] 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 BBjAdminType 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
    • getTypeName

      public static String getTypeName(BBjAdminType p_type)
      Returns a readable type name as a string for the specified type.
      Parameters:
      p_type -
    • getInstance

      public static BBjAdminType getInstance(Class<?> p_type)
      Returns an instance of BBjAdminType given an equivalent Java type.
      Parameters:
      p_type -