Uses of Interface
org.jboss.shrinkwrap.descriptor.api.ejbjar30.RelationshipRoleSourceType

Packages that use RelationshipRoleSourceType
org.jboss.shrinkwrap.descriptor.api.ejbjar30 Provides the interfaces and enumeration types as defined in the schema ejb-jar_3_0.xsd 
org.jboss.shrinkwrap.descriptor.impl.ejbjar30 Provides the implementation classes as defined in the schema ejb-jar_3_0.xsd 
 

Uses of RelationshipRoleSourceType in org.jboss.shrinkwrap.descriptor.api.ejbjar30
 

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar30 that return RelationshipRoleSourceType
 RelationshipRoleSourceType<EjbRelationshipRoleType<T>> EjbRelationshipRoleType.relationshipRoleSource()
          If not already created, a new relationship-role-source element will be created and returned.
 RelationshipRoleSourceType<T> RelationshipRoleSourceType.removeAllDescription()
          Removes the description element
 RelationshipRoleSourceType<T> RelationshipRoleSourceType.removeEjbName()
          Removes the ejb-name element
 RelationshipRoleSourceType<T> RelationshipRoleSourceType.setDescription(java.lang.String description)
          Creates a new description element
 RelationshipRoleSourceType<T> RelationshipRoleSourceType.setDescriptionList(java.lang.String... values)
          Creates for all String objects representing description elements, a new description element
 RelationshipRoleSourceType<T> RelationshipRoleSourceType.setEjbName(java.lang.String ejbName)
          If not already created, a new ejb-name element with the given value will be created.
 

Uses of RelationshipRoleSourceType in org.jboss.shrinkwrap.descriptor.impl.ejbjar30
 

Methods in org.jboss.shrinkwrap.descriptor.impl.ejbjar30 that return RelationshipRoleSourceType
 RelationshipRoleSourceType<EjbRelationshipRoleType<T>> EjbRelationshipRoleTypeImpl.relationshipRoleSource()
          If not already created, a new relationship-role-source element will be created and returned.
 RelationshipRoleSourceType<T> RelationshipRoleSourceTypeImpl.removeAllDescription()
          Removes the description element
 RelationshipRoleSourceType<T> RelationshipRoleSourceTypeImpl.removeEjbName()
          Removes the ejb-name element
 RelationshipRoleSourceType<T> RelationshipRoleSourceTypeImpl.setDescription(java.lang.String description)
          Creates a new description element
 RelationshipRoleSourceType<T> RelationshipRoleSourceTypeImpl.setDescriptionList(java.lang.String... values)
          Creates for all String objects representing description elements, a new description element
 RelationshipRoleSourceType<T> RelationshipRoleSourceTypeImpl.setEjbName(java.lang.String ejbName)
          If not already created, a new ejb-name element with the given value will be created.