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