Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


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.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire