|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MethodType<T>
This interface defines the contract for the methodType
xsd type
Original Documentation:
The method element is used to specify attributes for one method or all
those matching a pattern startingstring*.
Method Summary | |
---|---|
java.lang.String |
getMethodName()
Returns the method-name element |
java.lang.String |
getTransactionTimeout()
Returns the transaction-timeout element |
java.lang.Boolean |
isIdempotent()
Returns the idempotent element |
java.lang.Boolean |
isReadOnly()
Returns the read-only element |
MethodType<T> |
removeIdempotent()
Removes the idempotent element |
MethodType<T> |
removeMethodName()
Removes the method-name element |
MethodType<T> |
removeReadOnly()
Removes the read-only element |
MethodType<T> |
removeTransactionTimeout()
Removes the transaction-timeout element |
MethodType<T> |
setIdempotent(java.lang.Boolean idempotent)
If not already created, a new idempotent element with the given value will be created. |
MethodType<T> |
setMethodName(java.lang.String methodName)
If not already created, a new method-name element with the given value will be created. |
MethodType<T> |
setReadOnly(java.lang.Boolean readOnly)
If not already created, a new read-only element with the given value will be created. |
MethodType<T> |
setTransactionTimeout(java.lang.String transactionTimeout)
If not already created, a new transaction-timeout element with the given value will be created. |
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child |
---|
up |
Method Detail |
---|
MethodType<T> setMethodName(java.lang.String methodName)
method-name
element with the given value will be created.
Otherwise, the existing method-name
element will be updated with the given value.
MethodType
MethodType<T> removeMethodName()
method-name
element
MethodType
java.lang.String getMethodName()
method-name
element
method-name
MethodType<T> setReadOnly(java.lang.Boolean readOnly)
read-only
element with the given value will be created.
Otherwise, the existing read-only
element will be updated with the given value.
MethodType
MethodType<T> removeReadOnly()
read-only
element
MethodType
java.lang.Boolean isReadOnly()
read-only
element
read-only
MethodType<T> setIdempotent(java.lang.Boolean idempotent)
idempotent
element with the given value will be created.
Otherwise, the existing idempotent
element will be updated with the given value.
MethodType
MethodType<T> removeIdempotent()
idempotent
element
MethodType
java.lang.Boolean isIdempotent()
idempotent
element
idempotent
MethodType<T> setTransactionTimeout(java.lang.String transactionTimeout)
transaction-timeout
element with the given value will be created.
Otherwise, the existing transaction-timeout
element will be updated with the given value.
MethodType
MethodType<T> removeTransactionTimeout()
transaction-timeout
element
MethodType
java.lang.String getTransactionTimeout()
transaction-timeout
element
transaction-timeout
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |