net.sf.jasperreports.engine.base
Class JRBaseExpressionChunk

java.lang.Object
  extended by 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

Field Summary
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
protected JRBaseExpressionChunk()
           
protected JRBaseExpressionChunk(JRExpressionChunk queryChunk, JRBaseObjectFactory factory)
           
 
Method Summary
 Object clone()
           
 String getText()
           
 byte getType()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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 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.