|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.jett.formula.Formula
public class Formula
A Formula represents an Excel-like formula inside "$[" and "]"
delimiters.
| Field Summary | |
|---|---|
static java.lang.String |
BEGIN_FORMULA
The beginning delimiter for a Formula. |
static java.lang.String |
END_FORMULA
The ending delimiter for a Formula. |
| Constructor Summary | |
|---|---|
Formula(java.lang.String formulaText,
java.util.List<CellRef> cellRefs)
Creates a Formula with the given formula text and the given
List of CellRefs. |
|
| Method Summary | |
|---|---|
java.util.List<CellRef> |
getCellRefs()
Returns the List of CellRefs. |
java.lang.String |
getFormulaText()
Returns the formula text. |
java.lang.String |
toString()
Returns the string representation. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String BEGIN_FORMULA
Formula.
public static final java.lang.String END_FORMULA
Formula.
| Constructor Detail |
|---|
public Formula(java.lang.String formulaText,
java.util.List<CellRef> cellRefs)
Formula with the given formula text and the given
List of CellRefs.
formulaText - The formula text.cellRefs - A List of CellRefs.| Method Detail |
|---|
public java.lang.String getFormulaText()
public java.util.List<CellRef> getCellRefs()
List of CellRefs.
List of CellRefs.public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||