public static enum TShowStmt.EShowType extends Enum<TShowStmt.EShowType>
Enum Constant and Description |
---|
parameter |
replicaStatus |
transaction |
Modifier and Type | Method and Description |
---|---|
static TShowStmt.EShowType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TShowStmt.EShowType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TShowStmt.EShowType parameter
public static final TShowStmt.EShowType transaction
public static final TShowStmt.EShowType replicaStatus
public static TShowStmt.EShowType[] values()
for (TShowStmt.EShowType c : TShowStmt.EShowType.values()) System.out.println(c);
public static TShowStmt.EShowType 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 null