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