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 String
text
protected byte
type
-
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 protected
JRBaseExpressionChunk()
protected
JRBaseExpressionChunk(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:
getType
in interfaceJRExpressionChunk
-
getText
public String getText()
- Specified by:
getText
in interfaceJRExpressionChunk
-
clone
public Object clone()
- Specified by:
clone
in interfaceJRCloneable
- Overrides:
clone
in classObject
-
-