public class JRBaseQueryChunk extends java.lang.Object implements JRQueryChunk, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
text |
protected java.lang.String[] |
tokens |
protected byte |
type |
PROPERTY_CHUNK_TOKEN_SEPARATOR, TYPE_CLAUSE_TOKENS, TYPE_PARAMETER, TYPE_PARAMETER_CLAUSE, TYPE_TEXT
Modifier | Constructor and Description |
---|---|
protected |
JRBaseQueryChunk() |
protected |
JRBaseQueryChunk(JRQueryChunk queryChunk,
JRBaseObjectFactory factory) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone() |
java.lang.String |
getText() |
java.lang.String[] |
getTokens()
Returns the chunk tokens for
clause chunks. |
byte |
getType() |
protected byte type
protected java.lang.String text
protected java.lang.String[] tokens
protected JRBaseQueryChunk()
protected JRBaseQueryChunk(JRQueryChunk queryChunk, JRBaseObjectFactory factory)
public byte getType()
getType
in interface JRQueryChunk
public java.lang.String getText()
getText
in interface JRQueryChunk
public java.lang.String[] getTokens()
JRQueryChunk
clause
chunks.getTokens
in interface JRQueryChunk
public java.lang.Object clone()
clone
in interface JRCloneable
clone
in class java.lang.Object
© 2001-2010 Jaspersoft Corporation www.jaspersoft.com