public interface InitParam extends CommonDDBean, DescriptionInterface
Important note: Do not provide an implementation of this interface unless you are a DD API provider!
| Modifier and Type | Field and Description |
|---|---|
static String |
PARAM_NAME |
static String |
PARAM_VALUE |
| Modifier and Type | Method and Description |
|---|---|
String |
getParamName()
Getter for param-name property.
|
String |
getParamValue()
Getter for param-value property.
|
void |
setParamName(String value)
Setter for param-name property.
|
void |
setParamValue(String value)
Setter for param-value property.
|
addPropertyChangeListener, clone, getId, getValue, removePropertyChangeListener, setId, writegetAllDescriptions, getDefaultDescription, getDescription, removeAllDescriptions, removeDescription, removeDescriptionForLocale, setAllDescriptions, setDescription, setDescriptionstatic final String PARAM_NAME
static final String PARAM_VALUE
void setParamName(String value)
value - property valueString getParamName()
void setParamValue(String value)
value - property valueString getParamValue()
Built on May 16 2013. | Portions Copyright 1997-2013 Oracle. All rights reserved.