|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ParamValueType<T>
This interface defines the contract for the param-valueType
xsd type
Original Documentation:
This type is a general type that can be used to declare
parameter/value lists.
Method Summary | |
---|---|
java.util.List<java.lang.String> |
getDescriptionList()
Returns all description elements |
java.lang.String |
getParamName()
Returns the param-name element |
java.lang.String |
getParamValue()
Returns the param-value element |
ParamValueType<T> |
removeAllDescription()
Removes the description element |
ParamValueType<T> |
removeParamName()
Removes the param-name element |
ParamValueType<T> |
removeParamValue()
Removes the param-value element |
ParamValueType<T> |
setDescription(java.lang.String description)
Creates a new description element |
ParamValueType<T> |
setDescriptionList(java.lang.String... values)
Creates for all String objects representing description elements,
a new description element |
ParamValueType<T> |
setParamName(java.lang.String paramName)
If not already created, a new param-name element with the given value will be created. |
ParamValueType<T> |
setParamValue(java.lang.String paramValue)
If not already created, a new param-value element with the given value will be created. |
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child |
---|
up |
Method Detail |
---|
ParamValueType<T> setDescription(java.lang.String description)
description
element
ParamValueType
ParamValueType<T> setDescriptionList(java.lang.String... values)
description
elements,
a new description
element
list
- of description
objects
ParamValueType
ParamValueType<T> removeAllDescription()
description
element
ParamValueType
java.util.List<java.lang.String> getDescriptionList()
description
elements
description
ParamValueType<T> setParamName(java.lang.String paramName)
param-name
element with the given value will be created.
Otherwise, the existing param-name
element will be updated with the given value.
ParamValueType
ParamValueType<T> removeParamName()
param-name
element
ParamValueType
java.lang.String getParamName()
param-name
element
param-name
ParamValueType<T> setParamValue(java.lang.String paramValue)
param-value
element with the given value will be created.
Otherwise, the existing param-value
element will be updated with the given value.
ParamValueType
ParamValueType<T> removeParamValue()
param-value
element
ParamValueType
java.lang.String getParamValue()
param-value
element
param-value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |