|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RelationshipRoleSourceType<T>
This interface defines the contract for the relationship-role-sourceType
xsd type
Original Documentation:
The relationship-role-sourceType designates the source of a
role that participates in a relationship. A
relationship-role-sourceType is used by
relationship-role-source elements to uniquely identify an
entity bean.
Method Summary | |
---|---|
java.util.List<java.lang.String> |
getDescriptionList()
Returns all description elements |
java.lang.String |
getEjbName()
Returns the ejb-name element |
RelationshipRoleSourceType<T> |
removeAllDescription()
Removes the description element |
RelationshipRoleSourceType<T> |
removeEjbName()
Removes the ejb-name element |
RelationshipRoleSourceType<T> |
setDescription(java.lang.String description)
Creates a new description element |
RelationshipRoleSourceType<T> |
setDescriptionList(java.lang.String... values)
Creates for all String objects representing description elements,
a new description element |
RelationshipRoleSourceType<T> |
setEjbName(java.lang.String ejbName)
If not already created, a new ejb-name element with the given value will be created. |
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child |
---|
up |
Method Detail |
---|
RelationshipRoleSourceType<T> setDescription(java.lang.String description)
description
element
RelationshipRoleSourceType
RelationshipRoleSourceType<T> setDescriptionList(java.lang.String... values)
description
elements,
a new description
element
list
- of description
objects
RelationshipRoleSourceType
RelationshipRoleSourceType<T> removeAllDescription()
description
element
RelationshipRoleSourceType
java.util.List<java.lang.String> getDescriptionList()
description
elements
description
RelationshipRoleSourceType<T> setEjbName(java.lang.String ejbName)
ejb-name
element with the given value will be created.
Otherwise, the existing ejb-name
element will be updated with the given value.
RelationshipRoleSourceType
RelationshipRoleSourceType<T> removeEjbName()
ejb-name
element
RelationshipRoleSourceType
java.lang.String getEjbName()
ejb-name
element
ejb-name
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |