|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface InitMethodType<T>
This interface defines the contract for the init-methodType
xsd type
Method Summary | |
---|---|
NamedMethodType<InitMethodType<T>> |
beanMethod()
If not already created, a new bean-method element will be created and returned. |
NamedMethodType<InitMethodType<T>> |
createMethod()
If not already created, a new create-method element will be created and returned. |
InitMethodType<T> |
removeBeanMethod()
Removes the bean-method element |
InitMethodType<T> |
removeCreateMethod()
Removes the create-method element |
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child |
---|
up |
Method Detail |
---|
InitMethodType<T> removeCreateMethod()
create-method
element
InitMethodType
NamedMethodType<InitMethodType<T>> createMethod()
create-method
element will be created and returned.
Otherwise, the existing create-method
element will be returned.
create-method
InitMethodType<T> removeBeanMethod()
bean-method
element
InitMethodType
NamedMethodType<InitMethodType<T>> beanMethod()
bean-method
element will be created and returned.
Otherwise, the existing bean-method
element will be returned.
bean-method
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |