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

Packages that use ConstraintKind
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 ConstraintKind in org.eclipse.ocl.helper
 

Methods in org.eclipse.ocl.helper that return ConstraintKind
static ConstraintKind ConstraintKind.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ConstraintKind[] ConstraintKind.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.eclipse.ocl.helper with parameters of type ConstraintKind
 CT OCLHelper.createConstraint(ConstraintKind kind, String expression)
          Creates a constraint of the specified kind, by parsing the given expression.
 List<Choice> OCLHelper.getSyntaxHelp(ConstraintKind constraintType, 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, 2007 IBM Corporation and others.
All Rights Reserved.