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

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

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar30 that return EjbRelationType
 EjbRelationType<RelationshipsType<T>> RelationshipsType.ejbRelation()
          Returns the ejb-relation element
 EjbRelationType<T> EjbRelationType.removeAllDescription()
          Removes the description element
 EjbRelationType<T> EjbRelationType.removeEjbRelationName()
          Removes the ejb-relation-name element
 EjbRelationType<T> EjbRelationType.removeEjbRelationshipRole()
          Removes the ejb-relationship-role element
 EjbRelationType<T> EjbRelationType.setDescription(java.lang.String description)
          Creates a new description element
 EjbRelationType<T> EjbRelationType.setDescriptionList(java.lang.String... values)
          Creates for all String objects representing description elements, a new description element
 EjbRelationType<T> EjbRelationType.setEjbRelationName(java.lang.String ejbRelationName)
          If not already created, a new ejb-relation-name element with the given value will be created.
 

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar30 that return types with arguments of type EjbRelationType
 EjbRelationshipRoleType<EjbRelationType<T>> EjbRelationType.ejbRelationshipRole()
          If not already created, a new ejb-relationship-role element will be created and returned.
 java.util.List<EjbRelationType<RelationshipsType<T>>> RelationshipsType.getEjbRelationList()
          Returns all ejb-relation elements
 

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

Methods in org.jboss.shrinkwrap.descriptor.impl.ejbjar30 that return EjbRelationType
 EjbRelationType<RelationshipsType<T>> RelationshipsTypeImpl.ejbRelation()
          Returns the ejb-relation element
 EjbRelationType<T> EjbRelationTypeImpl.removeAllDescription()
          Removes the description element
 EjbRelationType<T> EjbRelationTypeImpl.removeEjbRelationName()
          Removes the ejb-relation-name element
 EjbRelationType<T> EjbRelationTypeImpl.removeEjbRelationshipRole()
          Removes the ejb-relationship-role element
 EjbRelationType<T> EjbRelationTypeImpl.setDescription(java.lang.String description)
          Creates a new description element
 EjbRelationType<T> EjbRelationTypeImpl.setDescriptionList(java.lang.String... values)
          Creates for all String objects representing description elements, a new description element
 EjbRelationType<T> EjbRelationTypeImpl.setEjbRelationName(java.lang.String ejbRelationName)
          If not already created, a new ejb-relation-name element with the given value will be created.
 

Methods in org.jboss.shrinkwrap.descriptor.impl.ejbjar30 that return types with arguments of type EjbRelationType
 EjbRelationshipRoleType<EjbRelationType<T>> EjbRelationTypeImpl.ejbRelationshipRole()
          If not already created, a new ejb-relationship-role element will be created and returned.
 java.util.List<EjbRelationType<RelationshipsType<T>>> RelationshipsTypeImpl.getEjbRelationList()
          Returns all ejb-relation elements