Uses of Class
org.eclipse.emf.ocl.helper.ChoiceType

Packages that use ChoiceType
org.eclipse.emf.ocl.helper Definition of the OCL Helper API for syntax completion support and a simplified parsing model.  
 

Uses of ChoiceType in org.eclipse.emf.ocl.helper
 

Fields in org.eclipse.emf.ocl.helper declared as ChoiceType
static ChoiceType ChoiceType.UNCATEGORIZED
          Indicates a semantically uncategorized completion choice.
static ChoiceType ChoiceType.STRUCTURAL_FEATURE
          Indicates a structural feature (e.g., attribute) completion choice.
static ChoiceType ChoiceType.BEHAVIORAL_FEATURE
          Indicates a behavioral feature (e.g., operation) completion choice.
static ChoiceType ChoiceType.ENUMERATION_LITERAL
          Indicates an enumeration literal completion choice.
static ChoiceType ChoiceType.VARIABLE
          Indicates a variable name completion choice.
 

Methods in org.eclipse.emf.ocl.helper that return ChoiceType
 ChoiceType Choice.getKind()
          Queries the kind of syntax completion suggestion that I am.
 


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