public class JRDesignQueryChunk extends JRBaseQueryChunk implements JRChangeEventsSupport
Modifier and Type | Field and Description |
---|---|
static String |
PROPERTY_TEXT |
static String |
PROPERTY_TOKEN_SEPARATOR |
static String |
PROPERTY_TOKENS |
static String |
PROPERTY_TYPE |
text, tokens, tokenSeparator, type
PROPERTY_CHUNK_TOKEN_SEPARATOR, TYPE_CLAUSE_TOKENS, TYPE_PARAMETER, TYPE_PARAMETER_CLAUSE, TYPE_TEXT
Constructor and Description |
---|
JRDesignQueryChunk() |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
JRPropertyChangeSupport |
getEventSupport()
Returns the property change support object for this instance.
|
void |
setText(String text) |
void |
setTokens(String[] tokens)
Sets the clause tokens for chunks of type
TYPE_CLAUSE_TOKENS . |
void |
setTokenSeparator(Character tokenSeparator)
Sets the clause tokens separator character for chunks of type
TYPE_CLAUSE_TOKENS . |
void |
setType(byte type) |
getText, getTokens, getTokenSeparator, getType
public static final String PROPERTY_TEXT
public static final String PROPERTY_TOKENS
public static final String PROPERTY_TOKEN_SEPARATOR
public static final String PROPERTY_TYPE
public void setType(byte type)
public void setText(String text)
public void setTokens(String[] tokens)
TYPE_CLAUSE_TOKENS
.tokens
- the clause tokensJRBaseQueryChunk.getTokens()
public void setTokenSeparator(Character tokenSeparator)
TYPE_CLAUSE_TOKENS
.tokenSeparator
- the clause tokens separator characterJRBaseQueryChunk.getTokens()
public Object clone()
clone
in interface JRCloneable
clone
in class JRBaseQueryChunk
public JRPropertyChangeSupport getEventSupport()
JRChangeEventsSupport
getEventSupport
in interface JRChangeEventsSupport
Copyright © 2023 Cloud Software Group, Inc.. All rights reserved.