org.jboss.shrinkwrap.descriptor.api.ejbjar30
Interface InitMethodType<T>

All Superinterfaces:
org.jboss.shrinkwrap.descriptor.api.Child<T>
All Known Implementing Classes:
InitMethodTypeImpl

public interface InitMethodType<T>
extends org.jboss.shrinkwrap.descriptor.api.Child<T>

This interface defines the contract for the init-methodType xsd type

Since:
Generation date :2011-07-19T22:54:35.59+02:00
Author:
Ralf Battenfeld

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

removeCreateMethod

InitMethodType<T> removeCreateMethod()
Removes the create-method element

Returns:
the current instance of InitMethodType

createMethod

NamedMethodType<InitMethodType<T>> createMethod()
If not already created, a new create-method element will be created and returned. Otherwise, the existing create-method element will be returned.

Returns:
the node defined for the element create-method

removeBeanMethod

InitMethodType<T> removeBeanMethod()
Removes the bean-method element

Returns:
the current instance of InitMethodType

beanMethod

NamedMethodType<InitMethodType<T>> beanMethod()
If not already created, a new bean-method element will be created and returned. Otherwise, the existing bean-method element will be returned.

Returns:
the node defined for the element bean-method