ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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

Packages that use EjbRelationshipRoleType
org.jboss.shrinkwrap.descriptor.api.ejbjar31 Provides the interfaces and enumeration types as defined in the schema 
 

Uses of EjbRelationshipRoleType in org.jboss.shrinkwrap.descriptor.api.ejbjar31
 

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar31 that return EjbRelationshipRoleType
 EjbRelationshipRoleType<T> EjbRelationshipRoleType.cascadeDelete()
          Sets the cascade-delete element
 EjbRelationshipRoleType<EjbRelationType<T>> EjbRelationType.createEjbRelationshipRole()
          Creates a new ejb-relationship-role element
 EjbRelationshipRoleType<T> EjbRelationshipRoleType.description(String... values)
          Creates for all String objects representing description elements, a new description element
 EjbRelationshipRoleType<T> EjbRelationshipRoleType.ejbRelationshipRoleName(String ejbRelationshipRoleName)
          Sets the ejb-relationship-role-name element
 EjbRelationshipRoleType<EjbRelationType<T>> EjbRelationType.getOrCreateEjbRelationshipRole()
          If not already created, a new ejb-relationship-role element will be created and returned.
 EjbRelationshipRoleType<T> EjbRelationshipRoleType.multiplicity(MultiplicityType multiplicity)
          Sets the multiplicity element
 EjbRelationshipRoleType<T> EjbRelationshipRoleType.multiplicity(String multiplicity)
          Sets the multiplicity element
 EjbRelationshipRoleType<T> EjbRelationshipRoleType.removeAllDescription()
          Removes the description element
 EjbRelationshipRoleType<T> EjbRelationshipRoleType.removeCascadeDelete()
          Removes the cascade-delete element
 EjbRelationshipRoleType<T> EjbRelationshipRoleType.removeCmrField()
          Removes the cmr-field element
 EjbRelationshipRoleType<T> EjbRelationshipRoleType.removeEjbRelationshipRoleName()
          Removes the ejb-relationship-role-name element
 EjbRelationshipRoleType<T> EjbRelationshipRoleType.removeMultiplicity()
          Removes the multiplicity attribute
 EjbRelationshipRoleType<T> EjbRelationshipRoleType.removeRelationshipRoleSource()
          Removes the relationship-role-source element
 

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar31 that return types with arguments of type EjbRelationshipRoleType
 List<EjbRelationshipRoleType<EjbRelationType<T>>> EjbRelationType.getAllEjbRelationshipRole()
          Returns all ejb-relationship-role elements
 CmrFieldType<EjbRelationshipRoleType<T>> EjbRelationshipRoleType.getOrCreateCmrField()
          If not already created, a new cmr-field element with the given value will be created.
 RelationshipRoleSourceType<EjbRelationshipRoleType<T>> EjbRelationshipRoleType.getOrCreateRelationshipRoleSource()
          If not already created, a new relationship-role-source element with the given value will be created.
 


ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.