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

Packages that use EjbRelationshipRoleType
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 EjbRelationshipRoleType in org.jboss.shrinkwrap.descriptor.api.ejbjar30
 

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar30 that return EjbRelationshipRoleType
 EjbRelationshipRoleType<T> EjbRelationshipRoleType.cascadeDelete()
           
 EjbRelationshipRoleType<EjbRelationType<T>> EjbRelationType.ejbRelationshipRole()
          If not already created, a new ejb-relationship-role element will be created and returned.
 EjbRelationshipRoleType<T> EjbRelationshipRoleType.removeAllDescription()
          Removes the description element
 EjbRelationshipRoleType<T> EjbRelationshipRoleType.removeCmrField()
          Removes the cmr-field element
 EjbRelationshipRoleType<T> EjbRelationshipRoleType.removeEjbRelationshipRoleName()
          Removes the ejb-relationship-role-name element
 EjbRelationshipRoleType<T> EjbRelationshipRoleType.removeRelationshipRoleSource()
          Removes the relationship-role-source element
 EjbRelationshipRoleType<T> EjbRelationshipRoleType.setDescription(java.lang.String description)
          Creates a new description element
 EjbRelationshipRoleType<T> EjbRelationshipRoleType.setDescriptionList(java.lang.String... values)
          Creates for all String objects representing description elements, a new description element
 EjbRelationshipRoleType<T> EjbRelationshipRoleType.setEjbRelationshipRoleName(java.lang.String ejbRelationshipRoleName)
          If not already created, a new ejb-relationship-role-name element with the given value will be created.
 EjbRelationshipRoleType<T> EjbRelationshipRoleType.setMultiplicity(MultiplicityType multiplicity)
          If not already created, a new multiplicity element with the given value will be created.
 EjbRelationshipRoleType<T> EjbRelationshipRoleType.setMultiplicity(java.lang.String multiplicity)
          If not already created, a new multiplicity element with the given value will be created.
 

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar30 that return types with arguments of type EjbRelationshipRoleType
 CmrFieldType<EjbRelationshipRoleType<T>> EjbRelationshipRoleType.cmrField()
          If not already created, a new cmr-field element will be created and returned.
 RelationshipRoleSourceType<EjbRelationshipRoleType<T>> EjbRelationshipRoleType.relationshipRoleSource()
          If not already created, a new relationship-role-source element will be created and returned.
 

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

Methods in org.jboss.shrinkwrap.descriptor.impl.ejbjar30 that return EjbRelationshipRoleType
 EjbRelationshipRoleType<T> EjbRelationshipRoleTypeImpl.cascadeDelete()
           
 EjbRelationshipRoleType<EjbRelationType<T>> EjbRelationTypeImpl.ejbRelationshipRole()
          If not already created, a new ejb-relationship-role element will be created and returned.
 EjbRelationshipRoleType<T> EjbRelationshipRoleTypeImpl.removeAllDescription()
          Removes the description element
 EjbRelationshipRoleType<T> EjbRelationshipRoleTypeImpl.removeCmrField()
          Removes the cmr-field element
 EjbRelationshipRoleType<T> EjbRelationshipRoleTypeImpl.removeEjbRelationshipRoleName()
          Removes the ejb-relationship-role-name element
 EjbRelationshipRoleType<T> EjbRelationshipRoleTypeImpl.removeRelationshipRoleSource()
          Removes the relationship-role-source element
 EjbRelationshipRoleType<T> EjbRelationshipRoleTypeImpl.setDescription(java.lang.String description)
          Creates a new description element
 EjbRelationshipRoleType<T> EjbRelationshipRoleTypeImpl.setDescriptionList(java.lang.String... values)
          Creates for all String objects representing description elements, a new description element
 EjbRelationshipRoleType<T> EjbRelationshipRoleTypeImpl.setEjbRelationshipRoleName(java.lang.String ejbRelationshipRoleName)
          If not already created, a new ejb-relationship-role-name element with the given value will be created.
 EjbRelationshipRoleType<T> EjbRelationshipRoleTypeImpl.setMultiplicity(MultiplicityType multiplicity)
          If not already created, a new multiplicity element with the given value will be created.
 EjbRelationshipRoleType<T> EjbRelationshipRoleTypeImpl.setMultiplicity(java.lang.String multiplicity)
          If not already created, a new multiplicity element with the given value will be created.
 

Methods in org.jboss.shrinkwrap.descriptor.impl.ejbjar30 that return types with arguments of type EjbRelationshipRoleType
 CmrFieldType<EjbRelationshipRoleType<T>> EjbRelationshipRoleTypeImpl.cmrField()
          If not already created, a new cmr-field element will be created and returned.
 RelationshipRoleSourceType<EjbRelationshipRoleType<T>> EjbRelationshipRoleTypeImpl.relationshipRoleSource()
          If not already created, a new relationship-role-source element will be created and returned.