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. 
 

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(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're declared.
 


Copyright 2002, 2007 IBM Corporation and others.
All Rights Reserved.