public class JRDesignGenericElementParameter extends JRBaseGenericElementParameter
JRBaseGenericElementParameter
that is to be used at report
design time.Modifier and Type | Field and Description |
---|---|
static String |
PROPERTY_NAME |
static String |
PROPERTY_SKIP_WHEN_EMPTY |
static String |
PROPERTY_VALUE_EXPRESSION |
name, skipWhenEmpty, valueExpression
Constructor and Description |
---|
JRDesignGenericElementParameter() |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
JRPropertyChangeSupport |
getEventSupport() |
void |
setName(String name)
Sets the parameter name.
|
void |
setSkipWhenEmpty(boolean skipWhenEmpty)
Sets the flag that determines whether the parameter is to be skipped
when its value is
null . |
void |
setValueExpression(JRExpression valueExpression)
Sets the parameter's value expression.
|
getName, getValueExpression, isSkipWhenEmpty
public static final String PROPERTY_NAME
public static final String PROPERTY_VALUE_EXPRESSION
public static final String PROPERTY_SKIP_WHEN_EMPTY
public Object clone()
clone
in interface JRCloneable
clone
in class JRBaseGenericElementParameter
public JRPropertyChangeSupport getEventSupport()
public void setName(String name)
name
- the parameter nameJRBaseGenericElementParameter.getName()
public void setValueExpression(JRExpression valueExpression)
valueExpression
- the value expression.JRBaseGenericElementParameter.getValueExpression()
public void setSkipWhenEmpty(boolean skipWhenEmpty)
null
.skipWhenEmpty
- whether parameter with null
ar to be
skippedJRBaseGenericElementParameter.isSkipWhenEmpty()
Copyright © 2013. All Rights Reserved.