@PublicAPI public class Condition extends Object
Constructor and Description |
---|
Condition(String name,
int operator,
String value)
Create a new condition using its name, operator and value.
|
Modifier and Type | Method and Description |
---|---|
String |
getName()
Get the name of the condition
|
int |
getOperator()
Get the operator of the condition
|
String |
getValue()
Get the value of the condition
|
public String getName()
public int getOperator()
public String getValue()