public interface ContextParam
extends org.jvnet.hk2.config.ConfigBeanProxy
| 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.
|
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 © 2017. All rights reserved.