public enum WurbletArgumentOperator extends Enum<WurbletArgumentOperator>
WurbletArgumentExpression.| Enum Constant and Description |
|---|
AND
logical AND.
|
ANDNOT
AND NOT combined as a single pseudo-operator.
|
NOT
logical NOT at the beginning of an expression.
|
OR
logical OR.
|
ORNOT
OR NOT combined as a single pseudo-operator.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getSql()
Gets the Backend.SQL_...
|
String |
getText()
Gets the sql text.
|
static WurbletArgumentOperator |
toInternal(String str)
Determines the operator from a string.
Case doesn't matter. |
String |
toString() |
static WurbletArgumentOperator |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WurbletArgumentOperator[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WurbletArgumentOperator AND
public static final WurbletArgumentOperator OR
public static final WurbletArgumentOperator NOT
public static final WurbletArgumentOperator ANDNOT
public static final WurbletArgumentOperator ORNOT
public static WurbletArgumentOperator[] values()
for (WurbletArgumentOperator c : WurbletArgumentOperator.values()) System.out.println(c);
public static WurbletArgumentOperator 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 getText()
public String getSql()
public String toString()
toString in class Enum<WurbletArgumentOperator>public static WurbletArgumentOperator toInternal(String str)
str - the stringTentackle - distributed, domain- and model-driven