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

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

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

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar31 that return RelationshipRoleSourceType
 RelationshipRoleSourceType<T> RelationshipRoleSourceType.description(String... values)
          Creates for all String objects representing description elements, a new description element
 RelationshipRoleSourceType<T> RelationshipRoleSourceType.ejbName(String ejbName)
          Sets the ejb-name element
 RelationshipRoleSourceType<EjbRelationshipRoleType<T>> EjbRelationshipRoleType.getOrCreateRelationshipRoleSource()
          If not already created, a new relationship-role-source element with the given value will be created.
 RelationshipRoleSourceType<T> RelationshipRoleSourceType.id(String id)
          Sets the id attribute
 RelationshipRoleSourceType<T> RelationshipRoleSourceType.removeAllDescription()
          Removes the description element
 RelationshipRoleSourceType<T> RelationshipRoleSourceType.removeEjbName()
          Removes the ejb-name element
 RelationshipRoleSourceType<T> RelationshipRoleSourceType.removeId()
          Removes the id attribute
 



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