Package net.sf.jasperreports.engine.base
Class JRBaseExpressionChunk
- java.lang.Object
-
- net.sf.jasperreports.engine.base.JRBaseExpressionChunk
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Cloneable,JRCloneable,JRExpressionChunk
- Direct Known Subclasses:
JRDesignExpressionChunk
public class JRBaseExpressionChunk extends java.lang.Object implements JRExpressionChunk, java.io.Serializable
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Stringtextprotected bytetype-
Fields inherited from interface net.sf.jasperreports.engine.JRExpressionChunk
TYPE_FIELD, TYPE_PARAMETER, TYPE_RESOURCE, TYPE_TEXT, TYPE_VARIABLE
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJRBaseExpressionChunk()protectedJRBaseExpressionChunk(JRExpressionChunk queryChunk, JRBaseObjectFactory factory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Objectclone()java.lang.StringgetText()bytegetType()
-
-
-
Constructor Detail
-
JRBaseExpressionChunk
protected JRBaseExpressionChunk()
-
JRBaseExpressionChunk
protected JRBaseExpressionChunk(JRExpressionChunk queryChunk, JRBaseObjectFactory factory)
-
-
Method Detail
-
getType
public byte getType()
- Specified by:
getTypein interfaceJRExpressionChunk
-
getText
public java.lang.String getText()
- Specified by:
getTextin interfaceJRExpressionChunk
-
clone
public java.lang.Object clone()
- Specified by:
clonein interfaceJRCloneable- Overrides:
clonein classjava.lang.Object
-
-