Uses of Class
org.eclipse.ocl.helper.ChoiceKind

Packages that use ChoiceKind
org.eclipse.ocl.helper Definition of the OCL Helper API for syntax completion support and a simplified parsing model for embedded OCL constraints and expressions. 
org.eclipse.ocl.internal.helper   
 

Uses of ChoiceKind in org.eclipse.ocl.helper
 

Methods in org.eclipse.ocl.helper that return ChoiceKind
 ChoiceKind Choice.getKind()
          Queries the kind of syntax completion suggestion that I am.
static ChoiceKind ChoiceKind.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ChoiceKind[] ChoiceKind.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of ChoiceKind in org.eclipse.ocl.internal.helper
 

Methods in org.eclipse.ocl.internal.helper with parameters of type ChoiceKind
protected  Choice OCLSyntaxHelper.createChoice(java.lang.String name, java.lang.String description, ChoiceKind kind, java.lang.Object element)