|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.shrinkwrap.descriptor.impl.ejbjar30.InitMethodTypeImpl<T>
public class InitMethodTypeImpl<T>
This class implements the init-methodType
xsd type
Constructor Summary | |
---|---|
InitMethodTypeImpl(T t,
java.lang.String nodeName,
org.jboss.shrinkwrap.descriptor.spi.Node node)
|
|
InitMethodTypeImpl(T t,
java.lang.String nodeName,
org.jboss.shrinkwrap.descriptor.spi.Node node,
org.jboss.shrinkwrap.descriptor.spi.Node childNode)
|
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 |
T |
up()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InitMethodTypeImpl(T t, java.lang.String nodeName, org.jboss.shrinkwrap.descriptor.spi.Node node)
public InitMethodTypeImpl(T t, java.lang.String nodeName, org.jboss.shrinkwrap.descriptor.spi.Node node, org.jboss.shrinkwrap.descriptor.spi.Node childNode)
Method Detail |
---|
public T up()
up
in interface org.jboss.shrinkwrap.descriptor.api.Child<T>
public InitMethodType<T> removeCreateMethod()
create-method
element
removeCreateMethod
in interface InitMethodType<T>
InitMethodType
public NamedMethodType<InitMethodType<T>> createMethod()
create-method
element will be created and returned.
Otherwise, the existing create-method
element will be returned.
createMethod
in interface InitMethodType<T>
create-method
public InitMethodType<T> removeBeanMethod()
bean-method
element
removeBeanMethod
in interface InitMethodType<T>
InitMethodType
public NamedMethodType<InitMethodType<T>> beanMethod()
bean-method
element will be created and returned.
Otherwise, the existing bean-method
element will be returned.
beanMethod
in interface InitMethodType<T>
bean-method
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |