Package net.sf.jasperreports.engine.base
Class JRBaseExpressionChunk
- java.lang.Object
-
- net.sf.jasperreports.engine.base.JRBaseExpressionChunk
-
- All Implemented Interfaces:
Serializable,Cloneable,JRCloneable,JRExpressionChunk
- Direct Known Subclasses:
JRDesignExpressionChunk
public class JRBaseExpressionChunk extends Object implements JRExpressionChunk, Serializable
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected 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)
-
-
-
Field Detail
-
type
protected byte type
-
text
protected String text
-
-
Constructor Detail
-
JRBaseExpressionChunk
protected JRBaseExpressionChunk()
-
JRBaseExpressionChunk
protected JRBaseExpressionChunk(JRExpressionChunk queryChunk, JRBaseObjectFactory factory)
-
-
Method Detail
-
getType
public byte getType()
- Specified by:
getTypein interfaceJRExpressionChunk
-
getText
public String getText()
- Specified by:
getTextin interfaceJRExpressionChunk
-
clone
public Object clone()
- Specified by:
clonein interfaceJRCloneable- Overrides:
clonein classObject
-
-