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