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

Packages that use ConstraintSeverity
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.  
org.eclipse.emf.validation.service The semi-public (internal-public) package defining the API for invocation of the validation engine and for the implementation of constraint providers.  
 

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

Fields in org.eclipse.emf.validation.model declared as ConstraintSeverity
static ConstraintSeverity ConstraintSeverity.INFO
          Indicates that failure of the constraint should only generate an informational message to the user.
static ConstraintSeverity ConstraintSeverity.WARNING
          Indicates that failure of the constraint constitutes a warning condition.
static ConstraintSeverity ConstraintSeverity.ERROR
          Indicates that failure of the constraint constitutes an error condition.
static ConstraintSeverity ConstraintSeverity.CANCEL
          Indicates that failure of the constraint constitutes an error condition that should cancel the validation operation (no further constraints are evaluated).
static ConstraintSeverity ConstraintSeverity.NULL
          This special value is a pointer-safe null value according to the Null Object pattern.
 

Methods in org.eclipse.emf.validation.model that return ConstraintSeverity
static ConstraintSeverity ConstraintSeverity.getInstance(java.lang.String name)
          Obtains the named instance.
 

Uses of ConstraintSeverity in org.eclipse.emf.validation.service
 

Methods in org.eclipse.emf.validation.service that return ConstraintSeverity
 ConstraintSeverity IConstraintDescriptor.getSeverity()
          Queries the severity, as enumerated by the ConstraintSeverity class, of the problem indicated by a violation of my constraint.
 


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