Class DesignDataLevelBucketProperty
- java.lang.Object
-
- net.sf.jasperreports.engine.analytics.dataset.BaseDataLevelBucketProperty
-
- net.sf.jasperreports.engine.analytics.dataset.DesignDataLevelBucketProperty
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Cloneable,DataLevelBucketProperty,JRCloneable
public class DesignDataLevelBucketProperty extends BaseDataLevelBucketProperty
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringPROPERTY_EXPRESSIONstatic java.lang.StringPROPERTY_NAME-
Fields inherited from class net.sf.jasperreports.engine.analytics.dataset.BaseDataLevelBucketProperty
expression, name
-
-
Constructor Summary
Constructors Constructor Description DesignDataLevelBucketProperty()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Objectclone()JRPropertyChangeSupportgetEventSupport()voidsetExpression(JRExpression expression)voidsetName(java.lang.String name)-
Methods inherited from class net.sf.jasperreports.engine.analytics.dataset.BaseDataLevelBucketProperty
getExpression, getName
-
-
-
-
Field Detail
-
PROPERTY_NAME
public static final java.lang.String PROPERTY_NAME
- See Also:
- Constant Field Values
-
PROPERTY_EXPRESSION
public static final java.lang.String PROPERTY_EXPRESSION
- See Also:
- Constant Field Values
-
-
Method Detail
-
setName
public void setName(java.lang.String name)
-
setExpression
public void setExpression(JRExpression expression)
-
clone
public java.lang.Object clone()
- Specified by:
clonein interfaceJRCloneable- Overrides:
clonein classBaseDataLevelBucketProperty
-
getEventSupport
public JRPropertyChangeSupport getEventSupport()
-
-