public interface ContextParam extends ConfigBeanProxy
ConfigBeanProxy.Duck
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Returns the context-param description.
|
String |
getIgnoreDescriptorItem() |
String |
getParamName()
Returns the context-param parameter name.
|
String |
getParamValue()
Returns the context-param parameter value.
|
void |
setDescription(String value)
Sets the context-param description.
|
void |
setIgnoreDescriptorItem(String value) |
void |
setParamName(String value)
Sets the context-param parameter name.
|
void |
setParamValue(String value)
Sets the context-param parameter value.
|
createChild, deepCopy, getParent, getParent
String getDescription()
void setDescription(String value)
value
- new description valueString getParamName()
void setParamName(String value)
value
- String getParamValue()
void setParamValue(String value)
value
- new valueString getIgnoreDescriptorItem()
void setIgnoreDescriptorItem(String value)
Copyright © 2019. All rights reserved.