public static enum Table.TableGroup extends Enum<Table.TableGroup>
| Modifier and Type | Method and Description | 
|---|---|
String | 
getReadable()  | 
static Table.TableGroup | 
valueOf(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(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getReadable()
Copyright © 2015–2018 Cloud Software Group, Inc.. All rights reserved.