|
||||||||||
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
Method Summary | |
---|---|
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 |
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child |
---|
up |
Method Detail |
---|
LocalBindingType<T> description(String... values)
description
elements,
a new description
element
values
- list of description
objects
LocalBindingType
List<String> getAllDescription()
description
elements
description
LocalBindingType<T> removeAllDescription()
description
element
LocalBindingType
LocalBindingType<T> jndiName(String jndiName)
jndi-name
element
jndiName
- the value for the element jndi-name
LocalBindingType
String getJndiName()
jndi-name
element
jndi-name
LocalBindingType<T> removeJndiName()
jndi-name
element
LocalBindingType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |