Class JRDesignQueryChunk
java.lang.Object
net.sf.jasperreports.engine.base.JRBaseQueryChunk
net.sf.jasperreports.engine.design.JRDesignQueryChunk
- All Implemented Interfaces:
Serializable,Cloneable,JRChangeEventsSupport,JRCloneable,JRQueryChunk
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final StringFields inherited from class net.sf.jasperreports.engine.base.JRBaseQueryChunk
text, tokens, tokenSeparator, typeFields inherited from interface net.sf.jasperreports.engine.JRQueryChunk
PROPERTY_CHUNK_TOKEN_SEPARATOR, TYPE_CLAUSE_TOKENS, TYPE_PARAMETER, TYPE_PARAMETER_CLAUSE, TYPE_TEXT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Returns the property change support object for this instance.voidvoidSets the clause tokens for chunks of typeTYPE_CLAUSE_TOKENS.voidsetTokenSeparator(Character tokenSeparator) Sets the clause tokens separator character for chunks of typeTYPE_CLAUSE_TOKENS.voidsetType(byte type) Methods inherited from class net.sf.jasperreports.engine.base.JRBaseQueryChunk
getText, getTokens, getTokenSeparator, getType
-
Field Details
-
PROPERTY_TEXT
- See Also:
-
PROPERTY_TOKENS
- See Also:
-
PROPERTY_TOKEN_SEPARATOR
- See Also:
-
PROPERTY_TYPE
- See Also:
-
-
Constructor Details
-
JRDesignQueryChunk
public JRDesignQueryChunk()
-
-
Method Details
-
setType
public void setType(byte type) -
setText
-
setTokens
Sets the clause tokens for chunks of typeTYPE_CLAUSE_TOKENS.- Parameters:
tokens- the clause tokens- See Also:
-
setTokenSeparator
Sets the clause tokens separator character for chunks of typeTYPE_CLAUSE_TOKENS.- Parameters:
tokenSeparator- the clause tokens separator character- See Also:
-
clone
- Specified by:
clonein interfaceJRCloneable- Overrides:
clonein classJRBaseQueryChunk
-
getEventSupport
Description copied from interface:JRChangeEventsSupportReturns the property change support object for this instance.- Specified by:
getEventSupportin interfaceJRChangeEventsSupport- Returns:
- the property change support object for this instance
-