Enum Class Table.Type

java.lang.Object
java.lang.Enum<Table.Type>
ru.bgcrm.plugin.Table.Type
All Implemented Interfaces:
Serializable, Comparable<Table.Type>, Constable
Enclosing class:
Table

public static enum Table.Type extends Enum<Table.Type>
Table data type.
  • Enum Constant Details

    • DIRECTORY

      public static final Table.Type DIRECTORY
      Directory, rare updated and cached. Referenced from data tables.
    • DATA

      public static final Table.Type DATA
      Data table.
    • TRASH

      public static final Table.Type TRASH
      Unimportant data, may be lost without significant damage. As example, logs.
    • MONTHLY

      public static final Table.Type MONTHLY
      Monthly broken.
    • DEPRECATED

      public static final Table.Type DEPRECATED
      Not more used table.
  • Method Details

    • values

      public static Table.Type[] 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 Table.Type 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