Uses of Class
org.eclipse.emf.validation.model.ConstraintStatus

Packages that use ConstraintStatus
org.eclipse.emf.validation.model Types defining the "data model" of the EMF Validation plug-in, in most cases mapping directly to constructs in the constraintProviders extension point schema. 
 

Uses of ConstraintStatus in org.eclipse.emf.validation.model
 

Methods in org.eclipse.emf.validation.model that return ConstraintStatus
static ConstraintStatus ConstraintStatus.createStatus(IValidationContext ctx, Collection resultLocus, int severity, int errorCode, String messagePattern, Object[] messageArguments)
          Creates a status object indicating unsuccessful evaluation of the current constraint on the current target element, as indicated by the supplied validation context.
static ConstraintStatus ConstraintStatus.createStatus(IValidationContext ctx, Collection resultLocus, String messagePattern, Object[] messageArguments)
          Creates a status object indicating unsuccessful evaluation of the current constraint on the current target element, as indicated by the supplied validation context.
static ConstraintStatus ConstraintStatus.createStatus(IValidationContext ctx, EObject target, Collection resultLocus, int severity, int errorCode, String messagePattern, Object[] messageArguments)
          Creates a status object indicating unsuccessful evaluation of the current constraint on the provided target element.
static ConstraintStatus ConstraintStatus.createStatus(IValidationContext ctx, EObject target, Collection resultLocus, String messagePattern, Object[] messageArguments)
          Creates a status object indicating unsuccessful evaluation of the current constraint on the provided target element.
 


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