public interface MethodType<T> extends Child<T>
methodType
xsd typeModifier 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 |
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> |
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> |
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
objectsMethodType
List<String> getAllDescription()
description
elementsdescription
MethodType<T> removeAllDescription()
description
elementMethodType
MethodType<T> ejbName(String ejbName)
ejb-name
elementejbName
- the value for the element ejb-name
MethodType
String getEjbName()
ejb-name
elementejb-name
MethodType<T> removeEjbName()
ejb-name
elementMethodType
MethodType<T> methodIntf(MethodIntfType methodIntf)
method-intf
elementmethodIntf
- the value for the element method-intf
MethodType
MethodType<T> methodIntf(String methodIntf)
method-intf
elementmethodIntf
- the value for the element method-intf
MethodType
MethodIntfType getMethodIntf()
method-intf
elementmethod-intf
String getMethodIntfAsString()
method-intf
elementmethod-intf
MethodType<T> removeMethodIntf()
method-intf
attributeMethodType
MethodType<T> methodName(String methodName)
method-name
elementmethodName
- the value for the element method-name
MethodType
String getMethodName()
method-name
elementmethod-name
MethodType<T> removeMethodName()
method-name
elementMethodType
MethodParamsType<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
elementMethodType
Copyright © 2015 JBoss by Red Hat. All rights reserved.