public class MissingNumberPattern extends MissingRange implements Comparable<MissingRange>
field, guid, operator
Constructor and Description |
---|
MissingNumberPattern(Field field,
org.drools.core.base.evaluators.Operator operator,
String valueType,
String value) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(MissingRange another) |
Collection<Cause> |
getCauses() |
String |
getRuleName()
Returns alway null, because there is no rule that this is related to.
|
Object |
getValueAsObject() |
String |
getValueAsString() |
String |
getValueType() |
String |
toString() |
getField, getGuid, getOperator, getReasonType, getReversedOperator
public int compareTo(MissingRange another)
compareTo
in interface Comparable<MissingRange>
compareTo
in class MissingRange
public String getRuleName()
public String getValueAsString()
getValueAsString
in class MissingRange
public Object getValueAsObject()
public String getValueType()
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.