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