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

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

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

Fields in org.eclipse.emf.ocl.helper declared as ConstraintType
static ConstraintType ConstraintType.INVARIANT
          Indicates a semantically uncategorized completion choice.
static ConstraintType ConstraintType.PRECONDITION
          Indicates a structural feature (e.g., attribute) completion choice.
static ConstraintType ConstraintType.BODYCONDITION
          Indicates an enumeration literal completion choice.
static ConstraintType ConstraintType.POSTCONDITION
          Indicates a behavioral feature (e.g., operation) completion choice.
 

Methods in org.eclipse.emf.ocl.helper with parameters of type ConstraintType
 java.util.List IOCLHelper.getSyntaxHelp(ConstraintType constraintType, java.lang.String txt)
          Obtains syntax completion choices for the specified fragment of an OCL expression given that it is intended for a constraint of the specified kind.
 


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