|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.poi.hssf.record.formula.eval.RelationalOperationEval
org.apache.poi.hssf.record.formula.eval.GreaterEqualEval
public final class GreaterEqualEval
Field Summary | |
---|---|
static OperationEval |
instance
|
Method Summary | |
---|---|
protected boolean |
convertComparisonResult(int cmpResult)
Converts a standard compare result (-1, 0, 1) to true or false
according to subclass' comparison type. |
Methods inherited from class org.apache.poi.hssf.record.formula.eval.RelationalOperationEval |
---|
evaluate, getNumberOfOperands, getType |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final OperationEval instance
Method Detail |
---|
protected boolean convertComparisonResult(int cmpResult)
RelationalOperationEval
true
or false
according to subclass' comparison type.
convertComparisonResult
in class RelationalOperationEval
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |