public static enum InfoSchemaFilter.ExprNode.Type extends Enum<InfoSchemaFilter.ExprNode.Type>
Modifier and Type | Method and Description |
---|---|
static InfoSchemaFilter.ExprNode.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InfoSchemaFilter.ExprNode.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InfoSchemaFilter.ExprNode.Type FUNCTION
public static final InfoSchemaFilter.ExprNode.Type FIELD
public static final InfoSchemaFilter.ExprNode.Type CONSTANT
public static InfoSchemaFilter.ExprNode.Type[] values()
for (InfoSchemaFilter.ExprNode.Type c : InfoSchemaFilter.ExprNode.Type.values()) System.out.println(c);
public static InfoSchemaFilter.ExprNode.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 © 1970 The Apache Software Foundation. All rights reserved.