|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EjbLocalRefType<T>
This interface defines the contract for the ejb-local-refType
xsd type
Method Summary | |
---|---|
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 |
getJndiName()
Returns the jndi-name element |
String |
getLocal()
Returns the local element |
String |
getLocalHome()
Returns the local-home element |
String |
getLocalJndiName()
Returns the local-jndi-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> |
ignoreDependency()
Sets the ignore-dependency element |
Boolean |
isIgnoreDependency()
Removes the ignore-dependency element |
EjbLocalRefType<T> |
jndiName(String jndiName)
Sets the jndi-name element |
EjbLocalRefType<T> |
local(String local)
Sets the local element |
EjbLocalRefType<T> |
localHome(String localHome)
Sets the local-home element |
EjbLocalRefType<T> |
localJndiName(String localJndiName)
Sets the local-jndi-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> |
removeIgnoreDependency()
Removes the ignore-dependency element |
EjbLocalRefType<T> |
removeJndiName()
Removes the jndi-name element |
EjbLocalRefType<T> |
removeLocal()
Removes the local element |
EjbLocalRefType<T> |
removeLocalHome()
Removes the local-home element |
EjbLocalRefType<T> |
removeLocalJndiName()
Removes the local-jndi-name element |
EjbLocalRefType<T> |
removeMappedName()
Removes the mapped-name element |
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child |
---|
up |
Method Detail |
---|
EjbLocalRefType<T> jndiName(String jndiName)
jndi-name
element
jndiName
- the value for the element jndi-name
EjbLocalRefType
String getJndiName()
jndi-name
element
jndi-name
EjbLocalRefType<T> removeJndiName()
jndi-name
element
EjbLocalRefType
EjbLocalRefType<T> mappedName(String mappedName)
mapped-name
element
mappedName
- the value for the element mapped-name
EjbLocalRefType
String getMappedName()
mapped-name
element
mapped-name
EjbLocalRefType<T> removeMappedName()
mapped-name
element
EjbLocalRefType
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
element
InjectionTargetType>
List<InjectionTargetType<EjbLocalRefType<T>>> getAllInjectionTarget()
injection-target
elements
injection-target
EjbLocalRefType<T> removeAllInjectionTarget()
injection-target
elements
InjectionTargetType>
EjbLocalRefType<T> ignoreDependency()
ignore-dependency
element
EjbLocalRefType
Boolean isIgnoreDependency()
ignore-dependency
element
EjbLocalRefType
EjbLocalRefType<T> removeIgnoreDependency()
ignore-dependency
element
EjbLocalRefType
EjbLocalRefType<T> description(String... values)
description
elements,
a new description
element
values
- list of description
objects
EjbLocalRefType
List<String> getAllDescription()
description
elements
description
EjbLocalRefType<T> removeAllDescription()
description
element
EjbLocalRefType
EjbLocalRefType<T> ejbRefName(String ejbRefName)
ejb-ref-name
element
ejbRefName
- the value for the element ejb-ref-name
EjbLocalRefType
String getEjbRefName()
ejb-ref-name
element
ejb-ref-name
EjbLocalRefType<T> removeEjbRefName()
ejb-ref-name
element
EjbLocalRefType
EjbLocalRefType<T> ejbRefType(EjbRefTypeType ejbRefType)
ejb-ref-type
element
ejbRefType
- the value for the element ejb-ref-type
EjbLocalRefType
EjbLocalRefType<T> ejbRefType(String ejbRefType)
ejb-ref-type
element
ejbRefType
- the value for the element ejb-ref-type
EjbLocalRefType
EjbRefTypeType getEjbRefType()
ejb-ref-type
element
ejb-ref-type
String getEjbRefTypeAsString()
ejb-ref-type
element
ejb-ref-type
EjbLocalRefType<T> removeEjbRefType()
ejb-ref-type
attribute
EjbLocalRefType
EjbLocalRefType<T> localHome(String localHome)
local-home
element
localHome
- the value for the element local-home
EjbLocalRefType
String getLocalHome()
local-home
element
local-home
EjbLocalRefType<T> removeLocalHome()
local-home
element
EjbLocalRefType
EjbLocalRefType<T> local(String local)
local
element
local
- the value for the element local
EjbLocalRefType
String getLocal()
local
element
local
EjbLocalRefType<T> removeLocal()
local
element
EjbLocalRefType
EjbLocalRefType<T> ejbLink(String ejbLink)
ejb-link
element
ejbLink
- the value for the element ejb-link
EjbLocalRefType
String getEjbLink()
ejb-link
element
ejb-link
EjbLocalRefType<T> removeEjbLink()
ejb-link
element
EjbLocalRefType
EjbLocalRefType<T> localJndiName(String localJndiName)
local-jndi-name
element
localJndiName
- the value for the element local-jndi-name
EjbLocalRefType
String getLocalJndiName()
local-jndi-name
element
local-jndi-name
EjbLocalRefType<T> removeLocalJndiName()
local-jndi-name
element
EjbLocalRefType
EjbLocalRefType<T> id(String id)
id
attribute
id
- the value for the attribute id
EjbLocalRefType
String getId()
id
attribute
id
EjbLocalRefType<T> removeId()
id
attribute
EjbLocalRefType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |