public class Condition
extends java.lang.Object
Constructor and Description |
---|
Condition() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getElementName()
Returns the current Element Name.
|
ConditionOperator |
getOperator()
Returns the current operator of the condition.
|
java.lang.Object |
getValue()
Returns the current value of the condition.
|
void |
setElementName(java.lang.String elementName)
Sets the current Element Name of the condition.
|
void |
setOperator(ConditionOperator operator)
Sets the current operator of the condition.
|
void |
setValue(java.lang.Object value)
Sets the current value of the condition.
|
public java.lang.String getElementName()
String
public void setElementName(java.lang.String elementName)
elementName
- as String
public ConditionOperator getOperator()
ConditionOperator
public void setOperator(ConditionOperator operator)
operator
- as ConditionOperator
public java.lang.Object getValue()
Object
public void setValue(java.lang.Object value)
value
- as Object