Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.javaee7 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
ParamValueType<T> |
ParamValueType.description(java.lang.String... values)
Creates for all String objects representing
description elements,
a new description element |
ParamValueType<T> |
ParamValueType.id(java.lang.String id)
Sets the
id attribute |
ParamValueType<T> |
ParamValueType.paramName(java.lang.String paramName)
Sets the
param-name element |
ParamValueType<T> |
ParamValueType.paramValue(java.lang.String paramValue)
Sets the
param-value element |
ParamValueType<T> |
ParamValueType.removeAllDescription()
Removes the
description element |
ParamValueType<T> |
ParamValueType.removeId()
Removes the
id attribute |
ParamValueType<T> |
ParamValueType.removeParamName()
Removes the
param-name element |
ParamValueType<T> |
ParamValueType.removeParamValue()
Removes the
param-value element |
Copyright © 2014 IronJacamar (http://www.ironjacamar.org)