Modifier and Type | Method and Description |
---|---|
String |
getId()
Returns the
id attribute |
String |
getType()
Returns the
type element |
TldDeferredValueType<T> |
id(String id)
Sets the
id attribute |
TldDeferredValueType<T> |
removeId()
Removes the
id attribute |
TldDeferredValueType<T> |
removeType()
Removes the
type element |
TldDeferredValueType<T> |
type(String type)
Sets the
type element |
TldDeferredValueType<T> type(String type)
type
elementtype
- the value for the element type
TldDeferredValueType
String getType()
type
elementtype
TldDeferredValueType<T> removeType()
type
elementTldDeferredValueType
TldDeferredValueType<T> id(String id)
id
attributeid
- the value for the attribute id
TldDeferredValueType
String getId()
id
attributeid
TldDeferredValueType<T> removeId()
id
attributeTldDeferredValueType
Copyright © 2020 JBoss by Red Hat. All rights reserved.