public interface InitMethodType<T> extends Child<T>, JavaeeInitMethodCommonType<T,InitMethodType<T>,NamedMethodType<InitMethodType<T>>,NamedMethodType<InitMethodType<T>>>
init-methodType
xsd typeModifier and Type | Method and Description |
---|---|
String |
getId()
Returns the
id attribute |
NamedMethodType<InitMethodType<T>> |
getOrCreateBeanMethod()
If not already created, a new
bean-method element with the given value will be created. |
NamedMethodType<InitMethodType<T>> |
getOrCreateCreateMethod()
If not already created, a new
create-method element with the given value will be created. |
InitMethodType<T> |
id(String id)
Sets the
id attribute |
InitMethodType<T> |
removeBeanMethod()
Removes the
bean-method element |
InitMethodType<T> |
removeCreateMethod()
Removes the
create-method element |
InitMethodType<T> |
removeId()
Removes the
id attribute |
NamedMethodType<InitMethodType<T>> getOrCreateCreateMethod()
create-method
element with the given value will be created.
Otherwise, the existing create-method
element will be returned.NamedMethodType>
InitMethodType<T> removeCreateMethod()
create-method
elementInitMethodType
NamedMethodType<InitMethodType<T>> getOrCreateBeanMethod()
bean-method
element with the given value will be created.
Otherwise, the existing bean-method
element will be returned.NamedMethodType>
InitMethodType<T> removeBeanMethod()
bean-method
elementInitMethodType
InitMethodType<T> id(String id)
id
attributeid
- the value for the attribute id
InitMethodType
String getId()
id
attributeid
InitMethodType<T> removeId()
id
attributeInitMethodType
Copyright © 2019 JBoss by Red Hat. All rights reserved.