public interface MethodAttributesType<T> extends Child<T>
method-attributesType xsd type| Modifier and Type | Method and Description |
|---|---|
MethodType<MethodAttributesType<T>> |
createMethod()
Creates a new
method element |
List<MethodType<MethodAttributesType<T>>> |
getAllMethod()
Returns all
method elements |
MethodType<MethodAttributesType<T>> |
getOrCreateMethod()
If not already created, a new
method element will be created and returned. |
MethodAttributesType<T> |
removeAllMethod()
Removes all
method elements |
MethodType<MethodAttributesType<T>> getOrCreateMethod()
method element will be created and returned.
Otherwise, the first existing method element will be returned.methodMethodType<MethodAttributesType<T>> createMethod()
method elementMethodType> List<MethodType<MethodAttributesType<T>>> getAllMethod()
method elementsmethodMethodAttributesType<T> removeAllMethod()
method elementsMethodType> Copyright © 2016 JBoss by Red Hat. All rights reserved.