dori.jasper.engine.base
Class JRBaseExpressionChunk

java.lang.Object
  extended bydori.jasper.engine.base.JRBaseExpressionChunk
All Implemented Interfaces:
JRExpressionChunk, java.io.Serializable
Direct Known Subclasses:
JRDesignExpressionChunk

public class JRBaseExpressionChunk
extends java.lang.Object
implements JRExpressionChunk, java.io.Serializable

See Also:
Serialized Form

Field Summary
protected  java.lang.String text
           
protected  byte type
           
 
Fields inherited from interface dori.jasper.engine.JRExpressionChunk
TYPE_FIELD, TYPE_PARAMETER, TYPE_TEXT, TYPE_VARIABLE
 
Constructor Summary
protected JRBaseExpressionChunk()
           
protected JRBaseExpressionChunk(JRExpressionChunk queryChunk, JRBaseObjectFactory factory)
           
 
Method Summary
 java.lang.String getText()
           
 byte getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

protected byte type

text

protected java.lang.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 java.lang.String getText()
Specified by:
getText in interface JRExpressionChunk


Copyright © 2001-2004 Teodor Danciu. All Rights Reserved.