Enum Class ItemDataType

java.lang.Object
java.lang.Enum<ItemDataType>
com.prineside.tdi2.enums.ItemDataType
All Implemented Interfaces:
Serializable, Comparable<ItemDataType>, Constable

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

    • TYPE

      public static final ItemDataType TYPE
    • VALUE

      public static final ItemDataType VALUE
    • CASE_CONTAINS_PAPERS

      public static final ItemDataType CASE_CONTAINS_PAPERS
    • TILE_PREDEFINED_CORE_TYPE

      public static final ItemDataType TILE_PREDEFINED_CORE_TYPE
    • BONUS_TYPE

      public static final ItemDataType BONUS_TYPE
    • BONUS_LEVEL

      public static final ItemDataType BONUS_LEVEL
  • Field Details

  • Method Details

    • values

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