public enum TableParamTreeSchemaTable extends Enum<TableParamTreeSchemaTable>
Enum Constant and Description |
---|
SCHEMA_NAME |
TABLE_NAME |
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
static TableParamTreeSchemaTable |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TableParamTreeSchemaTable[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TableParamTreeSchemaTable TABLE_NAME
public static final TableParamTreeSchemaTable SCHEMA_NAME
public static String tableName
public static TableParamTreeSchemaTable[] values()
for (TableParamTreeSchemaTable c : TableParamTreeSchemaTable.values()) System.out.println(c);
public static TableParamTreeSchemaTable 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 getValue()
Copyright © 2019. All rights reserved.