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 
 

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.createEjbRelation()
          Creates a new ejb-relation element
 EjbRelationType<T> EjbRelationType.description(String... values)
          Creates for all String objects representing description elements, a new description element
 EjbRelationType<T> EjbRelationType.ejbRelationName(String ejbRelationName)
          Sets the ejb-relation-name element
 EjbRelationType<RelationshipsType<T>> RelationshipsType.getOrCreateEjbRelation()
          If not already created, a new ejb-relation element will be created and returned.
 EjbRelationType<T> EjbRelationType.id(String id)
          Sets the id attribute
 EjbRelationType<T> EjbRelationType.removeAllDescription()
          Removes the description element
 EjbRelationType<T> EjbRelationType.removeAllEjbRelationshipRole()
          Removes all ejb-relationship-role elements
 EjbRelationType<T> EjbRelationType.removeEjbRelationName()
          Removes the ejb-relation-name element
 EjbRelationType<T> EjbRelationType.removeId()
          Removes the id attribute
 

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



Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.