public enum DepthOfExpressionType extends Enum<DepthOfExpressionType>
| Enum Constant and Description |
|---|
BOTTOM |
COMMA |
ENDAND |
ENDOR |
STARTAND |
STARTOR |
| Modifier and Type | Method and Description |
|---|---|
static List<DepthOfExpressionType> |
asList() |
static DepthOfExpressionType |
getColumnDataTypeFromId(String id) |
String |
getLabel() |
String |
toString() |
static DepthOfExpressionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DepthOfExpressionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DepthOfExpressionType BOTTOM
public static final DepthOfExpressionType STARTOR
public static final DepthOfExpressionType ENDOR
public static final DepthOfExpressionType STARTAND
public static final DepthOfExpressionType ENDAND
public static final DepthOfExpressionType COMMA
public static DepthOfExpressionType[] values()
for (DepthOfExpressionType c : DepthOfExpressionType.values()) System.out.println(c);
public static DepthOfExpressionType 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 nullpublic String toString()
toString in class Enum<DepthOfExpressionType>public String getLabel()
public static List<DepthOfExpressionType> asList()
public static DepthOfExpressionType getColumnDataTypeFromId(String id)
Copyright © 2018. All Rights Reserved.