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

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

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

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

Methods in com.mirth.match.ejb.is 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.is with parameters of type Severity
 void StatusCondition.setSeverity(Severity value)
          Sets the value of the severity property.
 



Copyright © 2011 Mirth Corp. All Rights Reserved.