public interface JndiRefType<T> extends Child<T>
jndi-refType
xsd typeModifier 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-name
JndiRefType
String getJndiName()
jndi-name
elementjndi-name
JndiRefType<T> removeJndiName()
jndi-name
elementJndiRefType
JndiRefType<T> mappedName(String mappedName)
mapped-name
elementmappedName
- the value for the element mapped-name
JndiRefType
String getMappedName()
mapped-name
elementmapped-name
JndiRefType<T> removeMappedName()
mapped-name
elementJndiRefType
InjectionTargetType<JndiRefType<T>> getOrCreateInjectionTarget()
injection-target
element will be created and returned.
Otherwise, the first existing injection-target
element will be returned.injection-target
InjectionTargetType<JndiRefType<T>> createInjectionTarget()
injection-target
elementInjectionTargetType>
List<InjectionTargetType<JndiRefType<T>>> getAllInjectionTarget()
injection-target
elementsinjection-target
JndiRefType<T> removeAllInjectionTarget()
injection-target
elementsInjectionTargetType>
JndiRefType<T> ignoreDependency()
ignore-dependency
elementJndiRefType
Boolean isIgnoreDependency()
ignore-dependency
elementJndiRefType
JndiRefType<T> removeIgnoreDependency()
ignore-dependency
elementJndiRefType
JndiRefType<T> description(String... values)
description
elements,
a new description
elementvalues
- list of description
objectsJndiRefType
List<String> getAllDescription()
description
elementsdescription
JndiRefType<T> removeAllDescription()
description
elementJndiRefType
JndiRefType<T> jndiRefName(String jndiRefName)
jndi-ref-name
elementjndiRefName
- the value for the element jndi-ref-name
JndiRefType
String getJndiRefName()
jndi-ref-name
elementjndi-ref-name
JndiRefType<T> removeJndiRefName()
jndi-ref-name
elementJndiRefType
JndiRefType<T> id(String id)
id
attributeid
- the value for the attribute id
JndiRefType
String getId()
id
attributeid
JndiRefType<T> removeId()
id
attributeJndiRefType
Copyright © 2024 JBoss by Red Hat. All rights reserved.