|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.jasperreports.engine.base.JRBaseExpression
public class JRBaseExpression
| Field Summary | |
|---|---|
protected int |
id
|
protected Class<?> |
valueClass
Deprecated. To be removed. |
protected String |
valueClassName
Deprecated. To be removed. |
protected String |
valueClassRealName
Deprecated. To be removed. |
| Fields inherited from interface net.sf.jasperreports.engine.JRExpression |
|---|
EVALUATION_DEFAULT, EVALUATION_ESTIMATED, EVALUATION_OLD, NOT_USED_ID |
| Constructor Summary | |
|---|---|
protected |
JRBaseExpression()
|
protected |
JRBaseExpression(JRExpression expression,
JRBaseObjectFactory factory)
Creates a copy of an expression. |
protected |
JRBaseExpression(JRExpression expression,
JRBaseObjectFactory factory,
Integer expressionId)
Creates a copy of an expression. |
| Method Summary | |
|---|---|
Object |
clone()
|
protected String |
escapeTextChunk(String text)
|
JRExpressionChunk[] |
getChunks()
|
int |
getId()
|
String |
getText()
|
Class<?> |
getValueClass()
Deprecated. To be removed. |
String |
getValueClassName()
Deprecated. To be removed. |
void |
regenerateId()
|
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String valueClassName
protected String valueClassRealName
protected int id
protected transient Class<?> valueClass
| Constructor Detail |
|---|
protected JRBaseExpression()
protected JRBaseExpression(JRExpression expression,
JRBaseObjectFactory factory,
Integer expressionId)
expression - the original expressionfactory - the base object factoryexpressionId - if not null, the created expression will use it as ID
instead of the original expressions's ID
protected JRBaseExpression(JRExpression expression,
JRBaseObjectFactory factory)
expression - the original expressionfactory - the base object factory| Method Detail |
|---|
public void regenerateId()
public Class<?> getValueClass()
JRExpression
getValueClass in interface JRExpressionpublic String getValueClassName()
JRExpression
getValueClassName in interface JRExpressionpublic int getId()
getId in interface JRExpressionpublic JRExpressionChunk[] getChunks()
getChunks in interface JRExpressionpublic String getText()
getText in interface JRExpressionprotected String escapeTextChunk(String text)
public Object clone()
clone in interface JRCloneableclone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||