public static enum SchemaElement.SchemaElementType extends java.lang.Enum<SchemaElement.SchemaElementType>
Enum Constant and Description |
---|
AGGREGATE |
FUNCTION |
INDEX |
KEYSPACE |
MATERIALIZED_VIEW |
TABLE |
TYPE |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
static SchemaElement.SchemaElementType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SchemaElement.SchemaElementType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SchemaElement.SchemaElementType KEYSPACE
public static final SchemaElement.SchemaElementType TYPE
public static final SchemaElement.SchemaElementType FUNCTION
public static final SchemaElement.SchemaElementType AGGREGATE
public static final SchemaElement.SchemaElementType TABLE
public static final SchemaElement.SchemaElementType INDEX
public static final SchemaElement.SchemaElementType MATERIALIZED_VIEW
public static SchemaElement.SchemaElementType[] values()
for (SchemaElement.SchemaElementType c : SchemaElement.SchemaElementType.values()) System.out.println(c);
public static SchemaElement.SchemaElementType 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 java.lang.String toString()
toString
in class java.lang.Enum<SchemaElement.SchemaElementType>
Copyright © 2009-2022 The Apache Software Foundation