public final class RuleElementOperator
extends java.lang.Enum
Modifier and Type | Field and Description |
---|---|
static RuleElementOperator |
Contains |
static RuleElementOperator |
Ends_With |
static RuleElementOperator |
Equals |
static RuleElementOperator |
Starts_With |
Modifier and Type | Method and Description |
---|---|
static RuleElementOperator |
enumOf(java.lang.String elementOperator) |
static java.util.List |
getListOfValues()
This function is used to get list of Values
|
java.lang.String |
toString() |
static RuleElementOperator |
valueOf(java.lang.String name) |
static RuleElementOperator[] |
values() |
public static final RuleElementOperator Equals
public static final RuleElementOperator Contains
public static final RuleElementOperator Starts_With
public static final RuleElementOperator Ends_With
public static RuleElementOperator[] values()
public static RuleElementOperator valueOf(java.lang.String name)
public java.lang.String toString()
toString
in class java.lang.Enum
public static RuleElementOperator enumOf(java.lang.String elementOperator)
public static java.util.List getListOfValues()