public interface LocalBindingType<T> extends Child<T>
local-bindingType
xsd typeModifier and Type | Method and Description |
---|---|
LocalBindingType<T> |
description(String... values)
Creates for all String objects representing
description elements,
a new description element |
List<String> |
getAllDescription()
Returns all
description elements |
String |
getJndiName()
Returns the
jndi-name element |
LocalBindingType<T> |
jndiName(String jndiName)
Sets the
jndi-name element |
LocalBindingType<T> |
removeAllDescription()
Removes the
description element |
LocalBindingType<T> |
removeJndiName()
Removes the
jndi-name element |
LocalBindingType<T> description(String... values)
description
elements,
a new description
elementvalues
- list of description
objectsLocalBindingType
List<String> getAllDescription()
description
elementsdescription
LocalBindingType<T> removeAllDescription()
description
elementLocalBindingType
LocalBindingType<T> jndiName(String jndiName)
jndi-name
elementjndiName
- the value for the element jndi-name
LocalBindingType
String getJndiName()
jndi-name
elementjndi-name
LocalBindingType<T> removeJndiName()
jndi-name
elementLocalBindingType
Copyright © 2023 JBoss by Red Hat. All rights reserved.