|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.poi.ss.formula.functions.DGet
public final class DGet
Implementation of the DGet function: Finds the value of a column in an area with given conditions.
Constructor Summary | |
---|---|
DGet()
|
Method Summary | |
---|---|
ValueEval |
getResult()
Return a result ValueEval that will be the result of the calculation. |
boolean |
processMatch(ValueEval eval)
Process a match that is found during a run through a database. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DGet()
Method Detail |
---|
public boolean processMatch(ValueEval eval)
IDStarAlgorithm
processMatch
in interface IDStarAlgorithm
eval
- ValueEval of the cell in the matching row. References will already be resolved.
public ValueEval getResult()
IDStarAlgorithm
getResult
in interface IDStarAlgorithm
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |