
public interface JndiRefType<T> extends Child<T>
jndi-refType xsd type| Modifier and Type | Method and Description |
|---|---|
InjectionTargetType<JndiRefType<T>> |
createInjectionTarget()
Creates a new
injection-target element |
JndiRefType<T> |
description(String... values)
Creates for all String objects representing
description elements,
a new description element |
List<String> |
getAllDescription()
Returns all
description elements |
List<InjectionTargetType<JndiRefType<T>>> |
getAllInjectionTarget()
Returns all
injection-target elements |
String |
getId()
Returns the
id attribute |
String |
getJndiName()
Returns the
jndi-name element |
String |
getJndiRefName()
Returns the
jndi-ref-name element |
String |
getMappedName()
Returns the
mapped-name element |
InjectionTargetType<JndiRefType<T>> |
getOrCreateInjectionTarget()
If not already created, a new
injection-target element will be created and returned. |
JndiRefType<T> |
id(String id)
Sets the
id attribute |
JndiRefType<T> |
ignoreDependency()
Sets the
ignore-dependency element |
Boolean |
isIgnoreDependency()
Removes the
ignore-dependency element |
JndiRefType<T> |
jndiName(String jndiName)
Sets the
jndi-name element |
JndiRefType<T> |
jndiRefName(String jndiRefName)
Sets the
jndi-ref-name element |
JndiRefType<T> |
mappedName(String mappedName)
Sets the
mapped-name element |
JndiRefType<T> |
removeAllDescription()
Removes the
description element |
JndiRefType<T> |
removeAllInjectionTarget()
Removes all
injection-target elements |
JndiRefType<T> |
removeId()
Removes the
id attribute |
JndiRefType<T> |
removeIgnoreDependency()
Removes the
ignore-dependency element |
JndiRefType<T> |
removeJndiName()
Removes the
jndi-name element |
JndiRefType<T> |
removeJndiRefName()
Removes the
jndi-ref-name element |
JndiRefType<T> |
removeMappedName()
Removes the
mapped-name element |
JndiRefType<T> jndiName(String jndiName)
jndi-name elementjndiName - the value for the element jndi-nameJndiRefTypeString getJndiName()
jndi-name elementjndi-nameJndiRefType<T> removeJndiName()
jndi-name elementJndiRefTypeJndiRefType<T> mappedName(String mappedName)
mapped-name elementmappedName - the value for the element mapped-nameJndiRefTypeString getMappedName()
mapped-name elementmapped-nameJndiRefType<T> removeMappedName()
mapped-name elementJndiRefTypeInjectionTargetType<JndiRefType<T>> getOrCreateInjectionTarget()
injection-target element will be created and returned.
Otherwise, the first existing injection-target element will be returned.injection-targetInjectionTargetType<JndiRefType<T>> createInjectionTarget()
injection-target elementInjectionTargetType> List<InjectionTargetType<JndiRefType<T>>> getAllInjectionTarget()
injection-target elementsinjection-targetJndiRefType<T> removeAllInjectionTarget()
injection-target elementsInjectionTargetType> JndiRefType<T> ignoreDependency()
ignore-dependency elementJndiRefTypeBoolean isIgnoreDependency()
ignore-dependency elementJndiRefTypeJndiRefType<T> removeIgnoreDependency()
ignore-dependency elementJndiRefTypeJndiRefType<T> description(String... values)
description elements,
a new description elementvalues - list of description objectsJndiRefTypeList<String> getAllDescription()
description elementsdescriptionJndiRefType<T> removeAllDescription()
description elementJndiRefTypeJndiRefType<T> jndiRefName(String jndiRefName)
jndi-ref-name elementjndiRefName - the value for the element jndi-ref-nameJndiRefTypeString getJndiRefName()
jndi-ref-name elementjndi-ref-nameJndiRefType<T> removeJndiRefName()
jndi-ref-name elementJndiRefTypeJndiRefType<T> id(String id)
id attributeid - the value for the attribute idJndiRefTypeString getId()
id attributeidJndiRefType<T> removeId()
id attributeJndiRefTypeCopyright © 2025 JBoss by Red Hat. All rights reserved.