public static enum EventTableOrganization.EventTableOrganizationType extends java.lang.Enum<EventTableOrganization.EventTableOrganizationType>
Enum Constant and Description |
---|
BTREE |
COMPOSITE |
HASH |
MULTIINDEX |
UNORGANIZED |
VDW |
Modifier and Type | Method and Description |
---|---|
static EventTableOrganization.EventTableOrganizationType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EventTableOrganization.EventTableOrganizationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EventTableOrganization.EventTableOrganizationType UNORGANIZED
public static final EventTableOrganization.EventTableOrganizationType HASH
public static final EventTableOrganization.EventTableOrganizationType BTREE
public static final EventTableOrganization.EventTableOrganizationType COMPOSITE
public static final EventTableOrganization.EventTableOrganizationType MULTIINDEX
public static final EventTableOrganization.EventTableOrganizationType VDW
public static EventTableOrganization.EventTableOrganizationType[] values()
for (EventTableOrganization.EventTableOrganizationType c : EventTableOrganization.EventTableOrganizationType.values()) System.out.println(c);
public static EventTableOrganization.EventTableOrganizationType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null