public class JRBaseExpressionChunk extends Object implements JRExpressionChunk, Serializable
Modifier and Type | Field and Description |
---|---|
protected String |
text |
protected byte |
type |
TYPE_FIELD, TYPE_PARAMETER, TYPE_RESOURCE, TYPE_TEXT, TYPE_VARIABLE
Modifier | Constructor and Description |
---|---|
protected |
JRBaseExpressionChunk() |
protected |
JRBaseExpressionChunk(JRExpressionChunk queryChunk,
JRBaseObjectFactory factory) |
protected byte type
protected String text
protected JRBaseExpressionChunk()
protected JRBaseExpressionChunk(JRExpressionChunk queryChunk, JRBaseObjectFactory factory)
public byte getType()
getType
in interface JRExpressionChunk
public String getText()
getText
in interface JRExpressionChunk
public Object clone()
clone
in interface JRCloneable
clone
in class Object
Copyright © 2016. All rights reserved.