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.BODYCONDITION
          Deprecated. Indicates an enumeration literal completion choice.
static ConstraintType ConstraintType.INVARIANT
          Deprecated. Indicates a semantically uncategorized completion choice.
static ConstraintType ConstraintType.POSTCONDITION
          Deprecated. Indicates a behavioral feature (e.g., operation) completion choice.
static ConstraintType ConstraintType.PRECONDITION
          Deprecated. Indicates a structural feature (e.g., attribute) completion choice.
 

Methods in org.eclipse.emf.ocl.helper with parameters of type ConstraintType
 List IOCLHelper.getSyntaxHelp(ConstraintType constraintType, String txt)
          Deprecated. 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, 2007 IBM Corporation and others.
All Rights Reserved.