- All Implemented Interfaces:
Serializable
,Comparable<ECDB.Table>
- Enclosing class:
- ECDB
Table type.
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionThis constant indicates the attendee table.This constant indicates the carrier table.This constant indicates the carrier-map table.This constant indicates the event table.This constant indicates the first-alarm table.This constant indicates the event-instance table.This constant indicates the location table.This constant indicates the owner table.This constant indicates the pre-event-default table.This constant indicates the second-alarm table.This constant indicates the series table.This constant indicates the series-instance table.This constant indicates the user table. -
Method Summary
Modifier and TypeMethodDescriptionstatic ECDB.Table
Returns the enum constant of this type with the specified name.static ECDB.Table[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
CARRIER
This constant indicates the carrier table. -
CARRIER_MAP
This constant indicates the carrier-map table. -
USER
This constant indicates the user table. -
OWNER
This constant indicates the owner table. -
PRE_EVENT_DEFAULT
This constant indicates the pre-event-default table. -
LOCATION
This constant indicates the location table. -
FIRST_ALARM
This constant indicates the first-alarm table. -
SECOND_ALARM
This constant indicates the second-alarm table. -
EVENT
This constant indicates the event table. -
INSTANCE
This constant indicates the event-instance table. -
SERIES
This constant indicates the series table. -
SERIES_INSTANCE
This constant indicates the series-instance table. -
ATTENDEE
This constant indicates the attendee table.
-
-
Method Details
-
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
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 nameNullPointerException
- if the argument is null
-