|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.shrinkwrap.descriptor.impl.ejbjar30.RelationshipRoleSourceTypeImpl<T>
public class RelationshipRoleSourceTypeImpl<T>
This class implements 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.
Constructor Summary | |
---|---|
RelationshipRoleSourceTypeImpl(T t,
java.lang.String nodeName,
org.jboss.shrinkwrap.descriptor.spi.Node node)
|
|
RelationshipRoleSourceTypeImpl(T t,
java.lang.String nodeName,
org.jboss.shrinkwrap.descriptor.spi.Node node,
org.jboss.shrinkwrap.descriptor.spi.Node childNode)
|
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. |
T |
up()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RelationshipRoleSourceTypeImpl(T t, java.lang.String nodeName, org.jboss.shrinkwrap.descriptor.spi.Node node)
public RelationshipRoleSourceTypeImpl(T t, java.lang.String nodeName, org.jboss.shrinkwrap.descriptor.spi.Node node, org.jboss.shrinkwrap.descriptor.spi.Node childNode)
Method Detail |
---|
public T up()
up
in interface org.jboss.shrinkwrap.descriptor.api.Child<T>
public RelationshipRoleSourceType<T> setDescription(java.lang.String description)
description
element
setDescription
in interface RelationshipRoleSourceType<T>
RelationshipRoleSourceType
public RelationshipRoleSourceType<T> setDescriptionList(java.lang.String... values)
description
elements,
a new description
element
setDescriptionList
in interface RelationshipRoleSourceType<T>
list
- of description
objects
RelationshipRoleSourceType
public RelationshipRoleSourceType<T> removeAllDescription()
description
element
removeAllDescription
in interface RelationshipRoleSourceType<T>
RelationshipRoleSourceType
public java.util.List<java.lang.String> getDescriptionList()
description
elements
getDescriptionList
in interface RelationshipRoleSourceType<T>
description
public 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.
setEjbName
in interface RelationshipRoleSourceType<T>
RelationshipRoleSourceType
public RelationshipRoleSourceType<T> removeEjbName()
ejb-name
element
removeEjbName
in interface RelationshipRoleSourceType<T>
RelationshipRoleSourceType
public java.lang.String getEjbName()
ejb-name
element
getEjbName
in interface RelationshipRoleSourceType<T>
ejb-name
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |