Enum ECDB.Table

java.lang.Object
java.lang.Enum<ECDB.Table>
org.bzdev.ecdb.ECDB.Table
All Implemented Interfaces:
Serializable, Comparable<ECDB.Table>
Enclosing class:
ECDB

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

    • CARRIER

      public static final ECDB.Table CARRIER
      This constant indicates the carrier table.
    • CARRIER_MAP

      public static final ECDB.Table CARRIER_MAP
      This constant indicates the carrier-map table.
    • USER

      public static final ECDB.Table USER
      This constant indicates the user table.
    • OWNER

      public static final ECDB.Table OWNER
      This constant indicates the owner table.
    • PRE_EVENT_DEFAULT

      public static final ECDB.Table PRE_EVENT_DEFAULT
      This constant indicates the pre-event-default table.
    • LOCATION

      public static final ECDB.Table LOCATION
      This constant indicates the location table.
    • FIRST_ALARM

      public static final ECDB.Table FIRST_ALARM
      This constant indicates the first-alarm table.
    • SECOND_ALARM

      public static final ECDB.Table SECOND_ALARM
      This constant indicates the second-alarm table.
    • EVENT

      public static final ECDB.Table EVENT
      This constant indicates the event table.
    • INSTANCE

      public static final ECDB.Table INSTANCE
      This constant indicates the event-instance table.
    • SERIES

      public static final ECDB.Table SERIES
      This constant indicates the series table.
    • SERIES_INSTANCE

      public static final ECDB.Table SERIES_INSTANCE
      This constant indicates the series-instance table.
    • ATTENDEE

      public static final ECDB.Table ATTENDEE
      This constant indicates the attendee table.
  • Method Details

    • values

      public static ECDB.Table[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static ECDB.Table valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified name
      NullPointerException - if the argument is null