Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.j2ee14 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
EjbLocalRefType<T> |
EjbLocalRefType.description(java.lang.String... values)
Creates for all String objects representing
description elements,
a new description element |
EjbLocalRefType<T> |
EjbLocalRefType.ejbLink(java.lang.String ejbLink)
Sets the
ejb-link element |
EjbLocalRefType<T> |
EjbLocalRefType.ejbRefName(java.lang.String ejbRefName)
Sets the
ejb-ref-name element |
EjbLocalRefType<T> |
EjbLocalRefType.ejbRefType(EjbRefTypeType ejbRefType)
Sets the
ejb-ref-type element |
EjbLocalRefType<T> |
EjbLocalRefType.ejbRefType(java.lang.String ejbRefType)
Sets the
ejb-ref-type element |
EjbLocalRefType<T> |
EjbLocalRefType.id(java.lang.String id)
Sets the
id attribute |
EjbLocalRefType<T> |
EjbLocalRefType.local(java.lang.String local)
Sets the
local element |
EjbLocalRefType<T> |
EjbLocalRefType.localHome(java.lang.String localHome)
Sets the
local-home element |
EjbLocalRefType<T> |
EjbLocalRefType.removeAllDescription()
Removes the
description element |
EjbLocalRefType<T> |
EjbLocalRefType.removeEjbLink()
Removes the
ejb-link element |
EjbLocalRefType<T> |
EjbLocalRefType.removeEjbRefName()
Removes the
ejb-ref-name element |
EjbLocalRefType<T> |
EjbLocalRefType.removeEjbRefType()
Removes the
ejb-ref-type attribute |
EjbLocalRefType<T> |
EjbLocalRefType.removeId()
Removes the
id attribute |
EjbLocalRefType<T> |
EjbLocalRefType.removeLocal()
Removes the
local element |
EjbLocalRefType<T> |
EjbLocalRefType.removeLocalHome()
Removes the
local-home element |
Copyright © 2014 IronJacamar (http://www.ironjacamar.org)