Uses of Class
com.mirth.match.ejb.eis.Severity

Packages that use Severity
com.mirth.match.ejb.eis   
 

Uses of Severity in com.mirth.match.ejb.eis
 

Fields in com.mirth.match.ejb.eis declared as Severity
protected  Severity StatusCondition.severity
           
 

Methods in com.mirth.match.ejb.eis that return Severity
static Severity Severity.fromValue(java.lang.String v)
           
 Severity StatusCondition.getSeverity()
          Gets the value of the severity property.
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 are declared.
 

Methods in com.mirth.match.ejb.eis with parameters of type Severity
 void StatusCondition.setSeverity(Severity value)
          Sets the value of the severity property.
 



Copyright © 2011 Mirth Corp. All Rights Reserved.