public enum WikiLogicalTableName extends Enum<WikiLogicalTableName> implements TableName
Enum Constant and Description |
---|
WIKIPEDIA |
AS_NAME_COMPARATOR, COMPARATOR
Modifier and Type | Method and Description |
---|---|
String |
asName()
This logical table as a String.
|
static WikiLogicalTableName |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WikiLogicalTableName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WikiLogicalTableName WIKIPEDIA
public static WikiLogicalTableName[] values()
for (WikiLogicalTableName c : WikiLogicalTableName.values()) System.out.println(c);
public static WikiLogicalTableName 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.