public static enum SchemaTable.Kind extends java.lang.Enum<SchemaTable.Kind>
| Modifier and Type | Method and Description |
|---|---|
static SchemaTable.Kind |
get(java.lang.String kind) |
static SchemaTable.Kind |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SchemaTable.Kind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SchemaTable.Kind Table
public static final SchemaTable.Kind View
public static final SchemaTable.Kind System
public static SchemaTable.Kind[] values()
for (SchemaTable.Kind c : SchemaTable.Kind.values()) System.out.println(c);
public static SchemaTable.Kind valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic static SchemaTable.Kind get(java.lang.String kind)
Copyright © 2023. All rights reserved.