Uses of Class
org.eclipse.jst.j2ee.ejb.MultiplicityKind

Packages that use MultiplicityKind
org.eclipse.jst.j2ee.ejb This package includes the enterprise bean module model api.  
 

Uses of MultiplicityKind in org.eclipse.jst.j2ee.ejb
 

Fields in org.eclipse.jst.j2ee.ejb declared as MultiplicityKind
static MultiplicityKind MultiplicityKind.ONE_LITERAL
          The 'One' literal object
static MultiplicityKind MultiplicityKind.MANY_LITERAL
          The 'Many' literal object
 

Methods in org.eclipse.jst.j2ee.ejb that return MultiplicityKind
static MultiplicityKind MultiplicityKind.get(java.lang.String literal)
          Returns the 'Multiplicity Kind' literal with the specified literal value
static MultiplicityKind MultiplicityKind.getByName(java.lang.String name)
          Returns the 'Multiplicity Kind' literal with the specified name
static MultiplicityKind MultiplicityKind.get(int value)
          Returns the 'Multiplicity Kind' literal with the specified integer value
 MultiplicityKind EJBRelationshipRole.getMultiplicity()
          Returns the value of the 'Multiplicity' attribute.
 

Methods in org.eclipse.jst.j2ee.ejb with parameters of type MultiplicityKind
 void EJBRelationshipRole.setMultiplicity(MultiplicityKind value)
          Sets the value of the 'Multiplicity' attribute