public static enum SchemaObjectImpl.Type extends Enum<SchemaObjectImpl.Type>
| Enum Constant and Description |
|---|
Function |
Index |
Sequence |
Table |
View |
| Modifier and Type | Method and Description |
|---|---|
static SchemaObjectImpl.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SchemaObjectImpl.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SchemaObjectImpl.Type Sequence
public static final SchemaObjectImpl.Type Table
public static final SchemaObjectImpl.Type View
public static final SchemaObjectImpl.Type Index
public static final SchemaObjectImpl.Type Function
public static SchemaObjectImpl.Type[] values()
for (SchemaObjectImpl.Type c : SchemaObjectImpl.Type.values()) System.out.println(c);
public static SchemaObjectImpl.Type 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 © 2013–2018 Alibaba Group. All rights reserved.