public class JRDesignQueryChunk extends JRBaseQueryChunk implements JRChangeEventsSupport
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PROPERTY_TEXT |
static java.lang.String |
PROPERTY_TOKEN_SEPARATOR |
static java.lang.String |
PROPERTY_TOKENS |
static java.lang.String |
PROPERTY_TYPE |
text, tokens, tokenSeparator, typePROPERTY_CHUNK_TOKEN_SEPARATOR, TYPE_CLAUSE_TOKENS, TYPE_PARAMETER, TYPE_PARAMETER_CLAUSE, TYPE_TEXT| Constructor and Description |
|---|
JRDesignQueryChunk() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone() |
JRPropertyChangeSupport |
getEventSupport()
Returns the property change support object for this instance.
|
void |
setText(java.lang.String text) |
void |
setTokens(java.lang.String[] tokens)
Sets the clause tokens for chunks of type
TYPE_CLAUSE_TOKENS. |
void |
setTokenSeparator(java.lang.Character tokenSeparator)
Sets the clause tokens separator character for chunks of type
TYPE_CLAUSE_TOKENS. |
void |
setType(byte type) |
getText, getTokens, getTokenSeparator, getTypepublic static final java.lang.String PROPERTY_TEXT
public static final java.lang.String PROPERTY_TOKENS
public static final java.lang.String PROPERTY_TOKEN_SEPARATOR
public static final java.lang.String PROPERTY_TYPE
public void setType(byte type)
public void setText(java.lang.String text)
public void setTokens(java.lang.String[] tokens)
TYPE_CLAUSE_TOKENS.tokens - the clause tokensJRBaseQueryChunk.getTokens()public void setTokenSeparator(java.lang.Character tokenSeparator)
TYPE_CLAUSE_TOKENS.tokenSeparator - the clause tokens separator characterJRBaseQueryChunk.getTokens()public java.lang.Object clone()
clone in interface JRCloneableclone in class JRBaseQueryChunkpublic JRPropertyChangeSupport getEventSupport()
JRChangeEventsSupportgetEventSupport in interface JRChangeEventsSupport© 2001-2010 Jaspersoft Corporation www.jaspersoft.com