|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.shrinkwrap.descriptor.impl.jboss51.MethodAttributesTypeImpl<T>
public class MethodAttributesTypeImpl<T>
This class implements the method-attributesType
xsd type
Original Documentation:
The method-attributes element can be used to specify which methods are
read only or idempotent. This is used to reduce the need for locks and replication.
Constructor Summary | |
---|---|
MethodAttributesTypeImpl(T t,
java.lang.String nodeName,
org.jboss.shrinkwrap.descriptor.spi.Node node)
|
|
MethodAttributesTypeImpl(T t,
java.lang.String nodeName,
org.jboss.shrinkwrap.descriptor.spi.Node node,
org.jboss.shrinkwrap.descriptor.spi.Node childNode)
|
Method Summary | |
---|---|
java.util.List<MethodType<MethodAttributesType<T>>> |
getMethodList()
Returns all method elements |
MethodType<MethodAttributesType<T>> |
method()
Returns the method element |
MethodAttributesType<T> |
removeAllMethod()
Removes all method elements |
T |
up()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MethodAttributesTypeImpl(T t, java.lang.String nodeName, org.jboss.shrinkwrap.descriptor.spi.Node node)
public MethodAttributesTypeImpl(T t, java.lang.String nodeName, org.jboss.shrinkwrap.descriptor.spi.Node node, org.jboss.shrinkwrap.descriptor.spi.Node childNode)
Method Detail |
---|
public T up()
up
in interface org.jboss.shrinkwrap.descriptor.api.Child<T>
public MethodAttributesType<T> removeAllMethod()
method
elements
removeAllMethod
in interface MethodAttributesType<T>
MethodAttributesType
public MethodType<MethodAttributesType<T>> method()
method
element
method
in interface MethodAttributesType<T>
method
public java.util.List<MethodType<MethodAttributesType<T>>> getMethodList()
method
elements
getMethodList
in interface MethodAttributesType<T>
method
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |