public interface NamedMethodType<T> extends Child<T>
named-methodType
xsd typeModifier and Type | Method and Description |
---|---|
String |
getMethodName()
Returns the
method-name element |
MethodParamsType<NamedMethodType<T>> |
getOrCreateMethodParams()
If not already created, a new
method-params element with the given value will be created. |
NamedMethodType<T> |
methodName(String methodName)
Sets the
method-name element |
NamedMethodType<T> |
removeMethodName()
Removes the
method-name element |
NamedMethodType<T> |
removeMethodParams()
Removes the
method-params element |
NamedMethodType<T> methodName(String methodName)
method-name
elementmethodName
- the value for the element method-name
NamedMethodType
String getMethodName()
method-name
elementmethod-name
NamedMethodType<T> removeMethodName()
method-name
elementNamedMethodType
MethodParamsType<NamedMethodType<T>> getOrCreateMethodParams()
method-params
element with the given value will be created.
Otherwise, the existing method-params
element will be returned.MethodParamsType>
NamedMethodType<T> removeMethodParams()
method-params
elementNamedMethodType
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.