|
||||||||||
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 | |
FormulaNullTreatment |
getFormulaNullTreatment()
Gets a value that specifies how to deal with NULL values at runtime. |
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 |
setFormulaNullTreatment(FormulaNullTreatment treatment)
Sets a value that specifies how to deal with NULL values at runtime. |
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 int getOptions()
For internal use only.
public FormulaSyntax getSyntax()
Returns the syntax used to write the formula.
FormulaSyntax
object.public java.lang.String getText()
Returns the formula string.
String
.public FormulaNullTreatment getFormulaNullTreatment()
Gets a value that specifies how to deal with NULL values at runtime.
FormulaNullTreatment
object that specifies how to deal with NULL values at runtimepublic void setOptions(int options)
For internal use only.
public void setSyntax(FormulaSyntax syntax)
Sets the syntax used to write the formula.
syntax
- The FormulaSyntax
object.public void setText(java.lang.String text)
Sets the formula string.
text
- The formula as a String
.public void setFormulaNullTreatment(FormulaNullTreatment treatment)
Sets a value that specifies how to deal with NULL values at runtime.
treatment
- a FormulaNullTreatment
object that specifies how to deal with NULL values at runtime
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |