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
- Version:
- $Id: JRBaseExpressionChunk.java 5180 2012-03-29 13:23:12Z teodord $
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
- See Also:
- Serialized Form
type
protected byte type
text
protected String text
JRBaseExpressionChunk
protected JRBaseExpressionChunk()
JRBaseExpressionChunk
protected JRBaseExpressionChunk(JRExpressionChunk queryChunk,
JRBaseObjectFactory factory)
getType
public byte getType()
- Specified by:
getType in interface JRExpressionChunk
getText
public String getText()
- Specified by:
getText in interface JRExpressionChunk
clone
public Object clone()
- Specified by:
clone in interface JRCloneable- Overrides:
clone in class Object
Copyright © 2012. All Rights Reserved.