Uses of Class
org.jboss.shrinkwrap.descriptor.api.ejbjar31.MultiplicityType

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

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

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar31 that return MultiplicityType
static MultiplicityType MultiplicityType.getFromStringValue(String value)
           
 MultiplicityType EjbRelationshipRoleType.getMultiplicity()
          Returns the multiplicity element
static MultiplicityType MultiplicityType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static MultiplicityType[] MultiplicityType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar31 with parameters of type MultiplicityType
 EjbRelationshipRoleType<T> EjbRelationshipRoleType.multiplicity(MultiplicityType multiplicity)
          Sets the multiplicity element
 



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