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

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

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

Methods in org.eclipse.tigerstripe.model 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 are declared.
 

Methods in org.eclipse.tigerstripe.model with parameters of type IAssociationEnd.EChangeableEnum
 void IAssociationEnd.setChangeable(IAssociationEnd.EChangeableEnum changeable)