public interface ParamValueType<T>
extends org.jboss.shrinkwrap.descriptor.api.Child<T>
param-valueType xsd type| Modifier and Type | Method and Description |
|---|---|
ParamValueType<T> |
description(String... values)
Creates for all String objects representing
description elements,
a new description element |
List<String> |
getAllDescription()
Returns all
description elements |
String |
getId()
Returns the
id attribute |
String |
getParamName()
Returns the
param-name element |
String |
getParamValue()
Returns the
param-value element |
ParamValueType<T> |
id(String id)
Sets the
id attribute |
ParamValueType<T> |
paramName(String paramName)
Sets the
param-name element |
ParamValueType<T> |
paramValue(String paramValue)
Sets the
param-value element |
ParamValueType<T> |
removeAllDescription()
Removes the
description element |
ParamValueType<T> |
removeId()
Removes the
id attribute |
ParamValueType<T> |
removeParamName()
Removes the
param-name element |
ParamValueType<T> |
removeParamValue()
Removes the
param-value element |
ParamValueType<T> description(String... values)
description elements,
a new description elementvalues - list of description objectsParamValueTypeList<String> getAllDescription()
description elementsdescriptionParamValueType<T> removeAllDescription()
description elementParamValueTypeParamValueType<T> paramName(String paramName)
param-name elementparamName - the value for the element param-nameParamValueTypeString getParamName()
param-name elementparam-nameParamValueType<T> removeParamName()
param-name elementParamValueTypeParamValueType<T> paramValue(String paramValue)
param-value elementparamValue - the value for the element param-valueParamValueTypeString getParamValue()
param-value elementparam-valueParamValueType<T> removeParamValue()
param-value elementParamValueTypeParamValueType<T> id(String id)
id attributeid - the value for the attribute idParamValueTypeString getId()
id attributeidParamValueType<T> removeId()
id attributeParamValueTypeCopyright © 2013 IronJacamar (http://www.ironjacamar.org)