Modifier and Type | Method and Description |
---|---|
String |
getId()
Returns the
id attribute |
String |
getMethodSignature()
Returns the
method-signature element |
TldDeferredMethodType<T> |
id(String id)
Sets the
id attribute |
TldDeferredMethodType<T> |
methodSignature(String methodSignature)
Sets the
method-signature element |
TldDeferredMethodType<T> |
removeId()
Removes the
id attribute |
TldDeferredMethodType<T> |
removeMethodSignature()
Removes the
method-signature element |
TldDeferredMethodType<T> methodSignature(String methodSignature)
method-signature
elementmethodSignature
- the value for the element method-signature
TldDeferredMethodType
String getMethodSignature()
method-signature
elementmethod-signature
TldDeferredMethodType<T> removeMethodSignature()
method-signature
elementTldDeferredMethodType
TldDeferredMethodType<T> id(String id)
id
attributeid
- the value for the attribute id
TldDeferredMethodType
String getId()
id
attributeid
TldDeferredMethodType<T> removeId()
id
attributeTldDeferredMethodType
Copyright © 2016 JBoss by Red Hat. All rights reserved.