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

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

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar30 that return MultiplicityType
static MultiplicityType MultiplicityType.getFromStringValue(java.lang.String value)
           
 MultiplicityType EjbRelationshipRoleType.getMultiplicity()
          Returns the multiplicity element
static MultiplicityType MultiplicityType.valueOf(java.lang.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.ejbjar30 with parameters of type MultiplicityType
 EjbRelationshipRoleType<T> EjbRelationshipRoleType.setMultiplicity(MultiplicityType multiplicity)
          If not already created, a new multiplicity element with the given value will be created.
 

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

Methods in org.jboss.shrinkwrap.descriptor.impl.ejbjar30 that return MultiplicityType
 MultiplicityType EjbRelationshipRoleTypeImpl.getMultiplicity()
          Returns the multiplicity element
 

Methods in org.jboss.shrinkwrap.descriptor.impl.ejbjar30 with parameters of type MultiplicityType
 EjbRelationshipRoleType<T> EjbRelationshipRoleTypeImpl.setMultiplicity(MultiplicityType multiplicity)
          If not already created, a new multiplicity element with the given value will be created.