public class JRBaseQueryChunk extends Object implements JRQueryChunk, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
text |
protected String[] |
tokens |
protected Character |
tokenSeparator |
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 byte type
protected String text
protected String[] tokens
protected Character tokenSeparator
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 Character getTokenSeparator()
JRQueryChunkclause chunks.getTokenSeparator in interface JRQueryChunkpublic Object clone()
clone in interface JRCloneableclone in class ObjectCopyright © 2016. All rights reserved.