|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.stardust.common.StringKey
org.eclipse.stardust.engine.core.persistence.Operator
org.eclipse.stardust.engine.core.persistence.Operator.Ternary
public static final class Operator.Ternary
Enum class listing all currently supported ternary comparison operators.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.eclipse.stardust.engine.core.persistence.Operator |
|---|
Operator.Binary, Operator.Ternary, Operator.Unary |
| Field Summary |
|---|
| Fields inherited from class org.eclipse.stardust.engine.core.persistence.Operator |
|---|
BETWEEN, GREATER_OR_EQUAL, GREATER_THAN, IN, IS_EQUAL, IS_NOT_NULL, IS_NULL, LESS_OR_EQUAL, LESS_THAN, LIKE, NOT_ANY_OF, NOT_EQUAL, NOT_IN |
| Method Summary | |
|---|---|
String |
getSecondOperator()
|
boolean |
isBinary()
Indicates if the operator is binary, i.e. |
boolean |
isTernary()
Indicates if the operator is ternary, i.e. |
boolean |
isUnary()
Indicates if the operator is unary, i.e. |
| Methods inherited from class org.eclipse.stardust.common.StringKey |
|---|
compareTo, equals, getId, getKey, getKey, getKeys, getKeys, getName, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public String getSecondOperator()
public boolean isUnary()
Operator
isUnary in class Operatortrue if the operator is unary, else false.public boolean isBinary()
Operator
isBinary in class Operatortrue if the operator is binary, else false.public boolean isTernary()
Operator
isTernary in class Operatortrue if the operator is ternary, else false.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||