net.sf.jasperreports.engine.design
Class JRDesignQueryChunk
java.lang.Object
net.sf.jasperreports.engine.base.JRBaseQueryChunk
net.sf.jasperreports.engine.design.JRDesignQueryChunk
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable, JRChangeEventsSupport, JRCloneable, JRQueryChunk
public class JRDesignQueryChunk
- extends JRBaseQueryChunk
- implements JRChangeEventsSupport
- Version:
- $Id: JRDesignQueryChunk.java 4595 2011-09-08 15:55:10Z teodord $
- Author:
- Teodor Danciu ([email protected])
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PROPERTY_TEXT
public static final java.lang.String PROPERTY_TEXT
- See Also:
- Constant Field Values
PROPERTY_TOKENS
public static final java.lang.String PROPERTY_TOKENS
- See Also:
- Constant Field Values
PROPERTY_TYPE
public static final java.lang.String PROPERTY_TYPE
- See Also:
- Constant Field Values
JRDesignQueryChunk
public JRDesignQueryChunk()
setType
public void setType(byte type)
setText
public void setText(java.lang.String text)
setTokens
public void setTokens(java.lang.String[] tokens)
- Sets the clause tokens for chunks of type
TYPE_CLAUSE_TOKENS
.
- Parameters:
tokens
- the clause tokens- See Also:
JRBaseQueryChunk.getTokens()
clone
public java.lang.Object clone()
- Specified by:
clone
in interface JRCloneable
- Overrides:
clone
in class JRBaseQueryChunk
getEventSupport
public JRPropertyChangeSupport getEventSupport()
- Description copied from interface:
JRChangeEventsSupport
- Returns the property change support object for this instance.
- Specified by:
getEventSupport
in interface JRChangeEventsSupport
- Returns:
- the property change support object for this instance
Copyright © 2012. All Rights Reserved.