Uses of Class
org.eclipse.tigerstripe.workbench.model.deprecated_.IAssociationEnd.EAggregationEnum

Packages that use IAssociationEnd.EAggregationEnum
org.eclipse.tigerstripe.workbench.model.deprecated_   
 

Uses of IAssociationEnd.EAggregationEnum in org.eclipse.tigerstripe.workbench.model.deprecated_
 

Methods in org.eclipse.tigerstripe.workbench.model.deprecated_ that return IAssociationEnd.EAggregationEnum
 IAssociationEnd.EAggregationEnum IAssociationEnd.getAggregation()
          Returns the aggregation type of the end.
static IAssociationEnd.EAggregationEnum IAssociationEnd.EAggregationEnum.parse(java.lang.String label)
          Given a String label, return an enumeration value.
static IAssociationEnd.EAggregationEnum IAssociationEnd.EAggregationEnum.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static IAssociationEnd.EAggregationEnum[] IAssociationEnd.EAggregationEnum.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 IAssociationEnd.EAggregationEnum
 void IAssociationEnd.setAggregation(IAssociationEnd.EAggregationEnum aggregation)
          Sets the aggregation type of the End.