public class JRBaseQueryChunk extends Object implements JRQueryChunk, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
text |
protected 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) |
protected JRBaseQueryChunk()
protected JRBaseQueryChunk(JRQueryChunk queryChunk, JRBaseObjectFactory factory)
public byte getType()
getType in interface JRQueryChunkpublic String getText()
getText in interface JRQueryChunkpublic String[] getTokens()
JRQueryChunkclause chunks.getTokens in interface JRQueryChunkpublic Object clone()
clone in interface JRCloneableclone in class ObjectCopyright © 2012. All Rights Reserved.