|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This interface defines a formula field in the report.
| Method Summary | |
int |
getOptions()
For internal use only. |
FormulaSyntax |
getSyntax()
Returns the syntax used to write the formula. |
java.lang.String |
getText()
Returns the formula string. |
void |
setOptions(int options)
For internal use only. |
void |
setSyntax(FormulaSyntax syntax)
Sets the syntax used to write the formula. |
void |
setText(java.lang.String text)
Sets the formula string. |
| Methods inherited from interface com.crystaldecisions.sdk.occa.report.data.IField |
getDescription, getDisplayName, getFormulaForm, getHeadingText, getIsRecurring, getKind, getLength, getLongName, getName, getShortName, getType, setDescription, setHeadingText, setLength, setName, setType |
| Method Detail |
public java.lang.String getText()
Returns the formula string.
String.public void setText(java.lang.String text)
Sets the formula string.
text - The formula as a String.public FormulaSyntax getSyntax()
Returns the syntax used to write the formula.
FormulaSyntax object.public void setSyntax(FormulaSyntax syntax)
Sets the syntax used to write the formula.
syntax - The FormulaSyntax object.public int getOptions()
For internal use only.
public void setOptions(int options)
For internal use only.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||