Uses of Class
org.jboss.metadata.ejb.spec.MultiplicityType

Packages that use MultiplicityType
org.jboss.metadata.ejb.spec   
 

Uses of MultiplicityType in org.jboss.metadata.ejb.spec
 

Methods in org.jboss.metadata.ejb.spec that return MultiplicityType
 MultiplicityType RelationRoleMetaData.getMultiplicity()
          Get the multiplicityType.
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.metadata.ejb.spec with parameters of type MultiplicityType
 void RelationRoleMetaData.setMultiplicity(MultiplicityType multiplicityType)
          Set the multiplicityType.
 



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