Enum Class BlukiiType

java.lang.Object
java.lang.Enum<BlukiiType>
com.blukii.sdk.common.BlukiiType
All Implemented Interfaces:
Serializable, Comparable<BlukiiType>, Constable

public enum BlukiiType extends Enum<BlukiiType>
Enum BlukiiType represents the types a blukii can have
See Also:
  • Enum Constant Details

    • UNKNOWN

      public static final BlukiiType UNKNOWN
      blukii Type "Unknown"
    • SMART_KEY

      public static final BlukiiType SMART_KEY
      blukii Type "Smart Key"
      See Also:
    • SMART_BEACON

      public static final BlukiiType SMART_BEACON
      blukii Type "Smart Beacon"
      See Also:
    • SENSOR_BEACON

      public static final BlukiiType SENSOR_BEACON
      blukii Type "Sensor Beacon"
      See Also:
  • Method Details

    • values

      public static BlukiiType[] 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 BlukiiType 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
    • getSubTypes

      public BlukiiSubType[] getSubTypes()
      Gets the blukii sub types of this type
      Returns:
      array of blukii sub types
    • getTypeIndex

      public char getTypeIndex()
      Gets the type index of this type
      Returns:
      type index char