|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Expression
Interface is used to calculate expressions in the CellObject.
CellObject can contain several expressions, for instance:
Customer: ${customer.name} contains two expressions:
Customer: and ${customer.name}.
Method Summary | |
---|---|
String |
getBaseName()
The name of basic object |
String |
getFormatValue()
Returns a formatted string |
String |
getProperty()
The name of property |
String |
getText()
Text of the expression |
int |
getType()
The type of the expression Can accept the meanings: CellObject.TYPE_NONE, CellObject.TYPE_VAR, CellObject.TYPE_FIELD |
Object |
getValue()
The meaning of the expression |
Method Detail |
---|
String getText()
String getBaseName()
String getProperty()
Object getValue() throws ReportException
ReportException
int getType()
String getFormatValue() throws ReportException
ReportException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |