|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjdbreport.design.model.TextExpression
public class TextExpression
Constructor Summary | |
---|---|
TextExpression(String text)
|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TextExpression(String text)
Method Detail |
---|
public String getBaseName()
Expression
getBaseName
in interface Expression
public String getProperty()
Expression
getProperty
in interface Expression
public String getText()
Expression
getText
in interface Expression
public Object getValue() throws ReportException
Expression
getValue
in interface Expression
ReportException
public int getType()
Expression
getType
in interface Expression
public String getFormatValue()
Expression
getFormatValue
in interface Expression
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |