Uses of Class
org.eclipse.tigerstripe.workbench.model.deprecated_.IModelComponent.EMultiplicity

Packages that use IModelComponent.EMultiplicity
org.eclipse.tigerstripe.workbench.model.deprecated_   
 

Uses of IModelComponent.EMultiplicity in org.eclipse.tigerstripe.workbench.model.deprecated_
 

Methods in org.eclipse.tigerstripe.workbench.model.deprecated_ that return IModelComponent.EMultiplicity
static IModelComponent.EMultiplicity IModelComponent.EMultiplicity.at(int index)
           
 IModelComponent.EMultiplicity IAssociationEnd.getMultiplicity()
          Returns the multiplicity of the end.
 IModelComponent.EMultiplicity IType.getTypeMultiplicity()
          Returns the multiplicity for this type.
static IModelComponent.EMultiplicity IModelComponent.EMultiplicity.parse(java.lang.String label)
          Given a String label, return an enumeration value.
static IModelComponent.EMultiplicity IModelComponent.EMultiplicity.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static IModelComponent.EMultiplicity[] IModelComponent.EMultiplicity.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.eclipse.tigerstripe.workbench.model.deprecated_ with parameters of type IModelComponent.EMultiplicity
static int IModelComponent.EMultiplicity.indexOf(IModelComponent.EMultiplicity mult)
           
 void IAssociationEnd.setMultiplicity(IModelComponent.EMultiplicity multiplicity)
           
 void IType.setTypeMultiplicity(IModelComponent.EMultiplicity multiplicity)
          Sets the multiplicity for this type.