public enum WFRelationalOperatorType extends java.lang.Enum<WFRelationalOperatorType>
IWFRelationalConditionEval| Enum Constant and Description |
|---|
actorInGroup
Operator to compare the actor values and returns true when the left value is direct/indirect member of the right value group.
|
contains
Operator to compare the string match and returns true when the left string value contains the right string value.
|
empty
Operator to validate the string is empty or not.
|
equals
Operator to compare values and returns true when the two values are equal.
|
greaterThan
Operator to compare values and returns true when the left value is greater than the right value.
|
greaterThanOrEqualTo
Operator to compare values and returns true when the left value is greater than or equal to the right value.
|
in
Operator to compare values and returns true when the left value is among the right value.
|
inHierarchy
This operator is only relevant for hierarchical enums.
|
lessThan
Operator to compare values and returns true when the left value is less than the right value.
|
lessThanOrEqualTo
Operator to compare values and returns true when the left value is less than or equal to the right value.
|
like
Operator to compare the string match.
|
matchesAny
This operator is similar to in, but when there are multiple left values, then only one of them must
be among the right values (not all of them).
|
regex
Operator to compare the string match and returns true when the left string value matches the regular expression
provided by the right string value.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getId() |
static WFRelationalOperatorType |
getValue(int id) |
static WFRelationalOperatorType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static WFRelationalOperatorType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WFRelationalOperatorType equals
public static final WFRelationalOperatorType lessThan
public static final WFRelationalOperatorType greaterThan
public static final WFRelationalOperatorType lessThanOrEqualTo
public static final WFRelationalOperatorType greaterThanOrEqualTo
public static final WFRelationalOperatorType in
public static final WFRelationalOperatorType like
IWFObjectCountEval.
The right value can contain wildcards by following the 'like' operator syntax of SQL.public static final WFRelationalOperatorType contains
IWFRelationalConditionEval, not for IWFObjectCountEval.public static final WFRelationalOperatorType regex
IWFRelationalConditionEval, not for IWFObjectCountEval.public static final WFRelationalOperatorType empty
public static final WFRelationalOperatorType actorInGroup
public static final WFRelationalOperatorType inHierarchy
public static final WFRelationalOperatorType matchesAny
public static WFRelationalOperatorType[] values()
for (WFRelationalOperatorType c : WFRelationalOperatorType.values()) System.out.println(c);
public static WFRelationalOperatorType 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 nullpublic int getId()
public static WFRelationalOperatorType getValue(int id)
Licensed Materials - Property of IBM
OpenPages with Watson (PID: 5725-D51)
© Copyright IBM Corporation 2013, 2021. All Rights Reserved.
US Government Users Restricted Rights -
Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.