|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LocalBindingType<T>
This interface defines the contract for the local-bindingType
xsd type
Original Documentation:
Element for specifying the local jndi binding for a bean.
Method Summary | |
---|---|
java.util.List<java.lang.String> |
getDescriptionList()
Returns all description elements |
java.lang.String |
getJndiName()
Returns the jndi-name element |
LocalBindingType<T> |
removeAllDescription()
Removes the description element |
LocalBindingType<T> |
removeJndiName()
Removes the jndi-name element |
LocalBindingType<T> |
setDescription(java.lang.String description)
Creates a new description element |
LocalBindingType<T> |
setDescriptionList(java.lang.String... values)
Creates for all String objects representing description elements,
a new description element |
LocalBindingType<T> |
setJndiName(java.lang.String jndiName)
If not already created, a new jndi-name element with the given value will be created. |
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child |
---|
up |
Method Detail |
---|
LocalBindingType<T> setDescription(java.lang.String description)
description
element
LocalBindingType
LocalBindingType<T> setDescriptionList(java.lang.String... values)
description
elements,
a new description
element
list
- of description
objects
LocalBindingType
LocalBindingType<T> removeAllDescription()
description
element
LocalBindingType
java.util.List<java.lang.String> getDescriptionList()
description
elements
description
LocalBindingType<T> setJndiName(java.lang.String jndiName)
jndi-name
element with the given value will be created.
Otherwise, the existing jndi-name
element will be updated with the given value.
LocalBindingType
LocalBindingType<T> removeJndiName()
jndi-name
element
LocalBindingType
java.lang.String getJndiName()
jndi-name
element
jndi-name
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |