public interface MethodAttributesType<T> extends Child<T>
method-attributesType
xsd typeModifier 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.method
MethodType<MethodAttributesType<T>> createMethod()
method
elementMethodType>
List<MethodType<MethodAttributesType<T>>> getAllMethod()
method
elementsmethod
MethodAttributesType<T> removeAllMethod()
method
elementsMethodType>
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.