
public interface EjbLocalRefType<T>
extends org.jboss.shrinkwrap.descriptor.api.Child<T>
ejb-local-refType xsd type| Modifier and Type | Method and Description |
|---|---|
InjectionTargetType<EjbLocalRefType<T>> |
createInjectionTarget()
Creates a new
injection-target element |
EjbLocalRefType<T> |
description(String... values)
Creates for all String objects representing
description elements,
a new description element |
EjbLocalRefType<T> |
ejbLink(String ejbLink)
Sets the
ejb-link element |
EjbLocalRefType<T> |
ejbRefName(String ejbRefName)
Sets the
ejb-ref-name element |
EjbLocalRefType<T> |
ejbRefType(EjbRefTypeType ejbRefType)
Sets the
ejb-ref-type element |
EjbLocalRefType<T> |
ejbRefType(String ejbRefType)
Sets the
ejb-ref-type element |
List<String> |
getAllDescription()
Returns all
description elements |
List<InjectionTargetType<EjbLocalRefType<T>>> |
getAllInjectionTarget()
Returns all
injection-target elements |
String |
getEjbLink()
Returns the
ejb-link element |
String |
getEjbRefName()
Returns the
ejb-ref-name element |
EjbRefTypeType |
getEjbRefType()
Returns the
ejb-ref-type element |
String |
getEjbRefTypeAsString()
Returns the
ejb-ref-type element |
String |
getId()
Returns the
id attribute |
String |
getLocal()
Returns the
local element |
String |
getLocalHome()
Returns the
local-home element |
String |
getLookupName()
Returns the
lookup-name element |
String |
getMappedName()
Returns the
mapped-name element |
InjectionTargetType<EjbLocalRefType<T>> |
getOrCreateInjectionTarget()
If not already created, a new
injection-target element will be created and returned. |
EjbLocalRefType<T> |
id(String id)
Sets the
id attribute |
EjbLocalRefType<T> |
local(String local)
Sets the
local element |
EjbLocalRefType<T> |
localHome(String localHome)
Sets the
local-home element |
EjbLocalRefType<T> |
lookupName(String lookupName)
Sets the
lookup-name element |
EjbLocalRefType<T> |
mappedName(String mappedName)
Sets the
mapped-name element |
EjbLocalRefType<T> |
removeAllDescription()
Removes the
description element |
EjbLocalRefType<T> |
removeAllInjectionTarget()
Removes all
injection-target elements |
EjbLocalRefType<T> |
removeEjbLink()
Removes the
ejb-link element |
EjbLocalRefType<T> |
removeEjbRefName()
Removes the
ejb-ref-name element |
EjbLocalRefType<T> |
removeEjbRefType()
Removes the
ejb-ref-type attribute |
EjbLocalRefType<T> |
removeId()
Removes the
id attribute |
EjbLocalRefType<T> |
removeLocal()
Removes the
local element |
EjbLocalRefType<T> |
removeLocalHome()
Removes the
local-home element |
EjbLocalRefType<T> |
removeLookupName()
Removes the
lookup-name element |
EjbLocalRefType<T> |
removeMappedName()
Removes the
mapped-name element |
EjbLocalRefType<T> lookupName(String lookupName)
lookup-name elementlookupName - the value for the element lookup-nameEjbLocalRefTypeString getLookupName()
lookup-name elementlookup-nameEjbLocalRefType<T> removeLookupName()
lookup-name elementEjbLocalRefTypeEjbLocalRefType<T> mappedName(String mappedName)
mapped-name elementmappedName - the value for the element mapped-nameEjbLocalRefTypeString getMappedName()
mapped-name elementmapped-nameEjbLocalRefType<T> removeMappedName()
mapped-name elementEjbLocalRefTypeInjectionTargetType<EjbLocalRefType<T>> getOrCreateInjectionTarget()
injection-target element will be created and returned.
Otherwise, the first existing injection-target element will be returned.injection-targetInjectionTargetType<EjbLocalRefType<T>> createInjectionTarget()
injection-target elementInjectionTargetType> List<InjectionTargetType<EjbLocalRefType<T>>> getAllInjectionTarget()
injection-target elementsinjection-targetEjbLocalRefType<T> removeAllInjectionTarget()
injection-target elementsInjectionTargetType> EjbLocalRefType<T> description(String... values)
description elements,
a new description elementvalues - list of description objectsEjbLocalRefTypeList<String> getAllDescription()
description elementsdescriptionEjbLocalRefType<T> removeAllDescription()
description elementEjbLocalRefTypeEjbLocalRefType<T> ejbRefName(String ejbRefName)
ejb-ref-name elementejbRefName - the value for the element ejb-ref-nameEjbLocalRefTypeString getEjbRefName()
ejb-ref-name elementejb-ref-nameEjbLocalRefType<T> removeEjbRefName()
ejb-ref-name elementEjbLocalRefTypeEjbLocalRefType<T> ejbRefType(EjbRefTypeType ejbRefType)
ejb-ref-type elementejbRefType - the value for the element ejb-ref-typeEjbLocalRefTypeEjbLocalRefType<T> ejbRefType(String ejbRefType)
ejb-ref-type elementejbRefType - the value for the element ejb-ref-typeEjbLocalRefTypeEjbRefTypeType getEjbRefType()
ejb-ref-type elementejb-ref-typeString getEjbRefTypeAsString()
ejb-ref-type elementejb-ref-typeEjbLocalRefType<T> removeEjbRefType()
ejb-ref-type attributeEjbLocalRefTypeEjbLocalRefType<T> localHome(String localHome)
local-home elementlocalHome - the value for the element local-homeEjbLocalRefTypeString getLocalHome()
local-home elementlocal-homeEjbLocalRefType<T> removeLocalHome()
local-home elementEjbLocalRefTypeEjbLocalRefType<T> local(String local)
local elementlocal - the value for the element localEjbLocalRefTypeString getLocal()
local elementlocalEjbLocalRefType<T> removeLocal()
local elementEjbLocalRefTypeEjbLocalRefType<T> ejbLink(String ejbLink)
ejb-link elementejbLink - the value for the element ejb-linkEjbLocalRefTypeString getEjbLink()
ejb-link elementejb-linkEjbLocalRefType<T> removeEjbLink()
ejb-link elementEjbLocalRefTypeEjbLocalRefType<T> id(String id)
id attributeid - the value for the attribute idEjbLocalRefTypeString getId()
id attributeidEjbLocalRefType<T> removeId()
id attributeEjbLocalRefTypeCopyright © 2014 IronJacamar (http://www.ironjacamar.org)