Generation Framework

Uses of Class
org.eclipse.gmf.mappings.Severity

Packages that use Severity
org.eclipse.gmf.mappings   
org.eclipse.gmf.mappings.impl   
 

Uses of Severity in org.eclipse.gmf.mappings
 

Fields in org.eclipse.gmf.mappings with type parameters of type Severity
static java.util.List<Severity> Severity.VALUES
          A public read-only list of all the 'Severity' enumerators
 

Methods in org.eclipse.gmf.mappings that return Severity
static Severity Severity.get(int value)
          Returns the 'Severity' literal with the specified integer value
static Severity Severity.get(java.lang.String literal)
          Returns the 'Severity' literal with the specified literal value
static Severity Severity.getByName(java.lang.String name)
          Returns the 'Severity' literal with the specified name
 Severity AuditRule.getSeverity()
          Returns the value of the 'Severity' attribute.
static Severity Severity.valueOf(java.lang.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're declared.
 

Methods in org.eclipse.gmf.mappings with parameters of type Severity
 void AuditRule.setSeverity(Severity value)
          Sets the value of the 'Severity' attribute
 

Uses of Severity in org.eclipse.gmf.mappings.impl
 

Fields in org.eclipse.gmf.mappings.impl declared as Severity
protected  Severity AuditRuleImpl.severity
          The cached value of the 'Severity' attribute
protected static Severity AuditRuleImpl.SEVERITY_EDEFAULT
          The default value of the 'Severity' attribute
 

Methods in org.eclipse.gmf.mappings.impl that return Severity
 Severity GMFMapFactoryImpl.createSeverityFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 Severity AuditRuleImpl.getSeverity()
           
 

Methods in org.eclipse.gmf.mappings.impl with parameters of type Severity
 void AuditRuleImpl.setSeverity(Severity newSeverity)
           
 


Generation Framework

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.