Uses of Class
org.apache.openejb.jee.was.v6.ejb.MultiplicityEnum

Packages that use MultiplicityEnum
org.apache.openejb.jee.was.v6.ejb Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. 
 

Uses of MultiplicityEnum in org.apache.openejb.jee.was.v6.ejb
 

Fields in org.apache.openejb.jee.was.v6.ejb declared as MultiplicityEnum
protected  MultiplicityEnum EJBRelationshipRole.multiplicity
           
 

Methods in org.apache.openejb.jee.was.v6.ejb that return MultiplicityEnum
static MultiplicityEnum MultiplicityEnum.fromValue(java.lang.String v)
           
 MultiplicityEnum EJBRelationshipRole.getMultiplicity()
          Gets the value of the multiplicity property.
static MultiplicityEnum MultiplicityEnum.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static MultiplicityEnum[] MultiplicityEnum.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.openejb.jee.was.v6.ejb with parameters of type MultiplicityEnum
 void EJBRelationshipRole.setMultiplicity(MultiplicityEnum value)
          Sets the value of the multiplicity property.
 



Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.