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) |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
String |
getText() |
String[] |
getTokens()
Returns the chunk tokens for
clause chunks. |
Character |
getTokenSeparator()
Returns the chunk tokens separator character for
clause chunks. |
byte |
getType() |
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 © 2017. All rights reserved.