Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.javaee7 |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.shrinkwrap.descriptor.impl.javaee7 |
Provides the implementation classes as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
ParamValueType<T> |
ParamValueType.description(String... values)
Creates for all String objects representing
description elements,
a new description element |
ParamValueType<T> |
ParamValueType.id(String id)
Sets the
id attribute |
ParamValueType<T> |
ParamValueType.paramName(String paramName)
Sets the
param-name element |
ParamValueType<T> |
ParamValueType.paramValue(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 |
Modifier and Type | Method and Description |
---|---|
ParamValueType<T> |
ParamValueTypeImpl.description(String... values)
Creates for all String objects representing
description elements,
a new description element |
ParamValueType<T> |
ParamValueTypeImpl.id(String id)
Sets the
id attribute |
ParamValueType<T> |
ParamValueTypeImpl.paramName(String paramName)
Sets the
param-name element |
ParamValueType<T> |
ParamValueTypeImpl.paramValue(String paramValue)
Sets the
param-value element |
ParamValueType<T> |
ParamValueTypeImpl.removeAllDescription()
Removes the
description element |
ParamValueType<T> |
ParamValueTypeImpl.removeId()
Removes the
id attribute |
ParamValueType<T> |
ParamValueTypeImpl.removeParamName()
Removes the
param-name element |
ParamValueType<T> |
ParamValueTypeImpl.removeParamValue()
Removes the
param-value element |
Copyright © 2021 JBoss by Red Hat. All rights reserved.