
public interface MethodType<T> extends Child<T>, JavaeeMethodCommonType<T,MethodType<T>,MethodParamsType<MethodType<T>>>
methodType xsd type| Modifier and Type | Method and Description |
|---|---|
MethodType<T> |
description(String... values)
Creates for all String objects representing
description elements,
a new description element |
MethodType<T> |
ejbName(String ejbName)
Sets the
ejb-name element |
List<String> |
getAllDescription()
Returns all
description elements |
String |
getEjbName()
Returns the
ejb-name element |
String |
getId()
Returns the
id attribute |
MethodIntfType |
getMethodIntf()
Returns the
method-intf element |
String |
getMethodIntfAsString()
Returns the
method-intf element |
String |
getMethodName()
Returns the
method-name element |
MethodParamsType<MethodType<T>> |
getOrCreateMethodParams()
If not already created, a new
method-params element with the given value will be created. |
MethodType<T> |
id(String id)
Sets the
id attribute |
MethodType<T> |
methodIntf(MethodIntfType methodIntf)
Sets the
method-intf element |
MethodType<T> |
methodIntf(String methodIntf)
Sets the
method-intf element |
MethodType<T> |
methodName(String methodName)
Sets the
method-name element |
MethodType<T> |
removeAllDescription()
Removes the
description element |
MethodType<T> |
removeEjbName()
Removes the
ejb-name element |
MethodType<T> |
removeId()
Removes the
id attribute |
MethodType<T> |
removeMethodIntf()
Removes the
method-intf attribute |
MethodType<T> |
removeMethodName()
Removes the
method-name element |
MethodType<T> |
removeMethodParams()
Removes the
method-params element |
MethodType<T> description(String... values)
description elements,
a new description elementvalues - list of description objectsMethodTypeList<String> getAllDescription()
description elementsdescriptionMethodType<T> removeAllDescription()
description elementMethodTypeMethodType<T> ejbName(String ejbName)
ejb-name elementejbName - the value for the element ejb-nameMethodTypeString getEjbName()
ejb-name elementejb-nameMethodType<T> removeEjbName()
ejb-name elementMethodTypeMethodType<T> methodIntf(MethodIntfType methodIntf)
method-intf elementmethodIntf - the value for the element method-intfMethodTypeMethodType<T> methodIntf(String methodIntf)
method-intf elementmethodIntf - the value for the element method-intfMethodTypeMethodIntfType getMethodIntf()
method-intf elementmethod-intfString getMethodIntfAsString()
method-intf elementmethod-intfMethodType<T> removeMethodIntf()
method-intf attributeMethodTypeMethodType<T> methodName(String methodName)
method-name elementmethodName - the value for the element method-nameMethodTypeString getMethodName()
method-name elementmethod-nameMethodType<T> removeMethodName()
method-name elementMethodTypeMethodParamsType<MethodType<T>> getOrCreateMethodParams()
method-params element with the given value will be created.
Otherwise, the existing method-params element will be returned.MethodParamsType> MethodType<T> removeMethodParams()
method-params elementMethodTypeMethodType<T> id(String id)
id attributeid - the value for the attribute idMethodTypeString getId()
id attributeidMethodType<T> removeId()
id attributeMethodTypeCopyright © 2025 JBoss by Red Hat. All rights reserved.