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

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

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

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