| Constructor and Description |
|---|
ContextPropertyCondition() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
evaluate(Context context)
Evaluates the condition.
Must return true if the value must change, in that case no further conditions (if any) will be evaluated, return false otherwise, thus giving the opportunity for other conditions to be tested. |
void |
setKey(java.lang.String key) |
public boolean evaluate(Context context)
Conditionpublic void setKey(java.lang.String key)