Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.ejbjar30 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
MethodParamsType<QueryMethodType<T>> |
QueryMethodType.getOrCreateMethodParams()
If not already created, a new
method-params element with the given value will be created. |
MethodParamsType<MethodType<T>> |
MethodType.getOrCreateMethodParams()
If not already created, a new
method-params element with the given value will be created. |
MethodParamsType<NamedMethodType<T>> |
NamedMethodType.getOrCreateMethodParams()
If not already created, a new
method-params element with the given value will be created. |
MethodParamsType<T> |
MethodParamsType.id(String id)
Sets the
id attribute |
MethodParamsType<T> |
MethodParamsType.methodParam(String... values)
Creates for all String objects representing
method-param elements,
a new method-param element |
MethodParamsType<T> |
MethodParamsType.removeAllMethodParam()
Removes the
method-param element |
MethodParamsType<T> |
MethodParamsType.removeId()
Removes the
id attribute |
Copyright © 2017 JBoss by Red Hat. All rights reserved.