public class JRDesignGenericElementParameter extends JRBaseGenericElementParameter
JRBaseGenericElementParameter that is to be used at report
design time.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PROPERTY_NAME |
static java.lang.String |
PROPERTY_SKIP_WHEN_EMPTY |
static java.lang.String |
PROPERTY_VALUE_EXPRESSION |
name, skipWhenEmpty, valueExpression| Constructor and Description |
|---|
JRDesignGenericElementParameter() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone() |
JRPropertyChangeSupport |
getEventSupport() |
void |
setName(java.lang.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, isSkipWhenEmptypublic static final java.lang.String PROPERTY_NAME
public static final java.lang.String PROPERTY_VALUE_EXPRESSION
public static final java.lang.String PROPERTY_SKIP_WHEN_EMPTY
public java.lang.Object clone()
clone in interface JRCloneableclone in class JRBaseGenericElementParameterpublic JRPropertyChangeSupport getEventSupport()
public void setName(java.lang.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()© 2001-2010 Jaspersoft Corporation www.jaspersoft.com