public enum WikiDruidTableName extends Enum<WikiDruidTableName> implements TableName
| Enum Constant and Description | 
|---|
WIKITICKER  | 
AS_NAME_COMPARATOR, COMPARATOR| Modifier and Type | Method and Description | 
|---|---|
String | 
asName()
View this table name as a string. 
 | 
static WikiDruidTableName | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static WikiDruidTableName[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final WikiDruidTableName WIKITICKER
public static WikiDruidTableName[] values()
for (WikiDruidTableName c : WikiDruidTableName.values()) System.out.println(c);
public static WikiDruidTableName 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 nullCopyright © 2016–2018 Yahoo! Inc.. All rights reserved.