public static enum Table.TableGroup extends java.lang.Enum<Table.TableGroup>
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getReadable() |
static Table.TableGroup |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Table.TableGroup[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Table.TableGroup SYS
public static final Table.TableGroup USER
public static final Table.TableGroup CEP
public static final Table.TableGroup DYNAMIC
public static Table.TableGroup[] values()
for (Table.TableGroup c : Table.TableGroup.values()) System.out.println(c);
public static Table.TableGroup 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 nullpublic java.lang.String getReadable()