public static enum TernaryOperatorNode.OperatorType extends java.lang.Enum<TernaryOperatorNode.OperatorType>
Enum Constant and Description |
---|
LIKE |
LOCATE |
SUBSTRING |
TIMESTAMPADD |
TIMESTAMPDIFF |
Modifier and Type | Method and Description |
---|---|
static TernaryOperatorNode.OperatorType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TernaryOperatorNode.OperatorType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TernaryOperatorNode.OperatorType LOCATE
public static final TernaryOperatorNode.OperatorType SUBSTRING
public static final TernaryOperatorNode.OperatorType LIKE
public static final TernaryOperatorNode.OperatorType TIMESTAMPADD
public static final TernaryOperatorNode.OperatorType TIMESTAMPDIFF
public static TernaryOperatorNode.OperatorType[] values()
for (TernaryOperatorNode.OperatorType c : TernaryOperatorNode.OperatorType.values()) System.out.println(c);
public static TernaryOperatorNode.OperatorType 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 nullCopyright © 2013. All Rights Reserved.