Uses of Class
org.eclipse.gmf.runtime.lite.validation.Severity

Packages that use Severity
org.eclipse.gmf.runtime.lite.validation   
 

Uses of Severity in org.eclipse.gmf.runtime.lite.validation
 

Methods in org.eclipse.gmf.runtime.lite.validation that return Severity
 Severity ViolationDescriptor.getSeverity()
          Returns the severity of this violation
static Severity Severity.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Severity[] Severity.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.eclipse.gmf.runtime.lite.validation with parameters of type Severity
ViolationDescriptor(Severity severity, String message, org.eclipse.emf.common.util.URI uri, Object data)
          Creates a new instance of a violation description with the specified attributes.
 



Copyright © 2012. All Rights Reserved.