public interface EjbLocalRefType<T>
extends org.jboss.shrinkwrap.descriptor.api.Child<T>
ejb-local-refType
xsd typeModifier and Type | Method and Description |
---|---|
InjectionTargetType<EjbLocalRefType<T>> |
createInjectionTarget()
Creates a new
injection-target element |
EjbLocalRefType<T> |
description(java.lang.String... values)
Creates for all String objects representing
description elements,
a new description element |
EjbLocalRefType<T> |
ejbLink(java.lang.String ejbLink)
Sets the
ejb-link element |
EjbLocalRefType<T> |
ejbRefName(java.lang.String ejbRefName)
Sets the
ejb-ref-name element |
EjbLocalRefType<T> |
ejbRefType(EjbRefTypeType ejbRefType)
Sets the
ejb-ref-type element |
EjbLocalRefType<T> |
ejbRefType(java.lang.String ejbRefType)
Sets the
ejb-ref-type element |
java.util.List<java.lang.String> |
getAllDescription()
Returns all
description elements |
java.util.List<InjectionTargetType<EjbLocalRefType<T>>> |
getAllInjectionTarget()
Returns all
injection-target elements |
java.lang.String |
getEjbLink()
Returns the
ejb-link element |
java.lang.String |
getEjbRefName()
Returns the
ejb-ref-name element |
EjbRefTypeType |
getEjbRefType()
Returns the
ejb-ref-type element |
java.lang.String |
getEjbRefTypeAsString()
Returns the
ejb-ref-type element |
java.lang.String |
getId()
Returns the
id attribute |
java.lang.String |
getLocal()
Returns the
local element |
java.lang.String |
getLocalHome()
Returns the
local-home element |
java.lang.String |
getLookupName()
Returns the
lookup-name element |
java.lang.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(java.lang.String id)
Sets the
id attribute |
EjbLocalRefType<T> |
local(java.lang.String local)
Sets the
local element |
EjbLocalRefType<T> |
localHome(java.lang.String localHome)
Sets the
local-home element |
EjbLocalRefType<T> |
lookupName(java.lang.String lookupName)
Sets the
lookup-name element |
EjbLocalRefType<T> |
mappedName(java.lang.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(java.lang.String lookupName)
lookup-name
elementlookupName
- the value for the element lookup-name
EjbLocalRefType
java.lang.String getLookupName()
lookup-name
elementlookup-name
EjbLocalRefType<T> removeLookupName()
lookup-name
elementEjbLocalRefType
EjbLocalRefType<T> mappedName(java.lang.String mappedName)
mapped-name
elementmappedName
- the value for the element mapped-name
EjbLocalRefType
java.lang.String getMappedName()
mapped-name
elementmapped-name
EjbLocalRefType<T> removeMappedName()
mapped-name
elementEjbLocalRefType
InjectionTargetType<EjbLocalRefType<T>> getOrCreateInjectionTarget()
injection-target
element will be created and returned.
Otherwise, the first existing injection-target
element will be returned.injection-target
InjectionTargetType<EjbLocalRefType<T>> createInjectionTarget()
injection-target
elementInjectionTargetType>
java.util.List<InjectionTargetType<EjbLocalRefType<T>>> getAllInjectionTarget()
injection-target
elementsinjection-target
EjbLocalRefType<T> removeAllInjectionTarget()
injection-target
elementsInjectionTargetType>
EjbLocalRefType<T> description(java.lang.String... values)
description
elements,
a new description
elementvalues
- list of description
objectsEjbLocalRefType
java.util.List<java.lang.String> getAllDescription()
description
elementsdescription
EjbLocalRefType<T> removeAllDescription()
description
elementEjbLocalRefType
EjbLocalRefType<T> ejbRefName(java.lang.String ejbRefName)
ejb-ref-name
elementejbRefName
- the value for the element ejb-ref-name
EjbLocalRefType
java.lang.String getEjbRefName()
ejb-ref-name
elementejb-ref-name
EjbLocalRefType<T> removeEjbRefName()
ejb-ref-name
elementEjbLocalRefType
EjbLocalRefType<T> ejbRefType(EjbRefTypeType ejbRefType)
ejb-ref-type
elementejbRefType
- the value for the element ejb-ref-type
EjbLocalRefType
EjbLocalRefType<T> ejbRefType(java.lang.String ejbRefType)
ejb-ref-type
elementejbRefType
- the value for the element ejb-ref-type
EjbLocalRefType
EjbRefTypeType getEjbRefType()
ejb-ref-type
elementejb-ref-type
java.lang.String getEjbRefTypeAsString()
ejb-ref-type
elementejb-ref-type
EjbLocalRefType<T> removeEjbRefType()
ejb-ref-type
attributeEjbLocalRefType
EjbLocalRefType<T> localHome(java.lang.String localHome)
local-home
elementlocalHome
- the value for the element local-home
EjbLocalRefType
java.lang.String getLocalHome()
local-home
elementlocal-home
EjbLocalRefType<T> removeLocalHome()
local-home
elementEjbLocalRefType
EjbLocalRefType<T> local(java.lang.String local)
local
elementlocal
- the value for the element local
EjbLocalRefType
java.lang.String getLocal()
local
elementlocal
EjbLocalRefType<T> removeLocal()
local
elementEjbLocalRefType
EjbLocalRefType<T> ejbLink(java.lang.String ejbLink)
ejb-link
elementejbLink
- the value for the element ejb-link
EjbLocalRefType
java.lang.String getEjbLink()
ejb-link
elementejb-link
EjbLocalRefType<T> removeEjbLink()
ejb-link
elementEjbLocalRefType
EjbLocalRefType<T> id(java.lang.String id)
id
attributeid
- the value for the attribute id
EjbLocalRefType
java.lang.String getId()
id
attributeid
EjbLocalRefType<T> removeId()
id
attributeEjbLocalRefType
Copyright © 2014 IronJacamar (http://www.ironjacamar.org)