|
||||||||||
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
Method Summary | |
---|---|
String |
getId()
Returns the id attribute |
String |
getMethodName()
Returns the method-name element |
String |
getTransactionTimeout()
Returns the transaction-timeout element |
MethodType<T> |
id(String id)
Sets the id attribute |
MethodType<T> |
idempotent(Boolean idempotent)
Sets the idempotent element |
Boolean |
isIdempotent()
Returns the idempotent element |
Boolean |
isReadOnly()
Returns the read-only element |
MethodType<T> |
methodName(String methodName)
Sets the method-name element |
MethodType<T> |
readOnly(Boolean readOnly)
Sets the read-only element |
MethodType<T> |
removeId()
Removes the id attribute |
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> |
transactionTimeout(String transactionTimeout)
Sets the transaction-timeout element |
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child |
---|
up |
Method Detail |
---|
MethodType<T> methodName(String methodName)
method-name
element
methodName
- the value for the element method-name
MethodType
String getMethodName()
method-name
element
method-name
MethodType<T> removeMethodName()
method-name
element
MethodType
MethodType<T> readOnly(Boolean readOnly)
read-only
element
readOnly
- the value for the element read-only
MethodType
Boolean isReadOnly()
read-only
element
read-only
MethodType<T> removeReadOnly()
read-only
element
MethodType
MethodType<T> idempotent(Boolean idempotent)
idempotent
element
idempotent
- the value for the element idempotent
MethodType
Boolean isIdempotent()
idempotent
element
idempotent
MethodType<T> removeIdempotent()
idempotent
element
MethodType
MethodType<T> transactionTimeout(String transactionTimeout)
transaction-timeout
element
transactionTimeout
- the value for the element transaction-timeout
MethodType
String getTransactionTimeout()
transaction-timeout
element
transaction-timeout
MethodType<T> removeTransactionTimeout()
transaction-timeout
element
MethodType
MethodType<T> id(String id)
id
attribute
id
- the value for the attribute id
MethodType
String getId()
id
attribute
id
MethodType<T> removeId()
id
attribute
MethodType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |