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
 

Methods in org.eclipse.emf.validation.model that return ConstraintSeverity
static ConstraintSeverity ConstraintSeverity.getInstance(String name)
          Obtains the named instance.
static ConstraintSeverity ConstraintSeverity.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ConstraintSeverity[] ConstraintSeverity.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.eclipse.emf.validation.model that return types with arguments of type ConstraintSeverity
static List<ConstraintSeverity> ConstraintSeverity.getAllInstances()
          Obtains all values of the enumeration.
 

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, 2007 IBM Corporation and others.
All Rights Reserved.