org.rhq.domain.correlation
Class CorrelationRuleItem
java.lang.Object
org.rhq.domain.correlation.CorrelationRuleItem
public class CorrelationRuleItem
- extends java.lang.Object
One single expression of a rule along with its result state
- Author:
- Heiko W. Rupp
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CorrelationRuleItem
public CorrelationRuleItem(ResultState resultState,
NormalizationOperator operator,
java.lang.String value)
getValue
public java.lang.String getValue()
setValue
public void setValue(java.lang.String expression)
getResultState
public ResultState getResultState()
setResultState
public void setResultState(ResultState resultState)
getOperator
public NormalizationOperator getOperator()
setOperator
public void setOperator(NormalizationOperator operator)
getId
public int getId()