Uses of Class
org.apache.openejb.jee.was.v6.ejb.MultiplicityEnum
-
Packages that use MultiplicityEnum Package Description 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 Modifier and Type Field Description protected MultiplicityEnumEJBRelationshipRole. multiplicityMethods in org.apache.openejb.jee.was.v6.ejb that return MultiplicityEnum Modifier and Type Method Description static MultiplicityEnumMultiplicityEnum. fromValue(String v)MultiplicityEnumEJBRelationshipRole. getMultiplicity()Gets the value of the multiplicity property.static MultiplicityEnumMultiplicityEnum. valueOf(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 Modifier and Type Method Description voidEJBRelationshipRole. setMultiplicity(MultiplicityEnum value)Sets the value of the multiplicity property.
-