Uses of Class
net.sourceforge.mystique.domain.valueobject.Severity

Packages that use Severity
net.sourceforge.mystique.domain.entity   
net.sourceforge.mystique.domain.valueobject   
 

Uses of Severity in net.sourceforge.mystique.domain.entity
 

Methods in net.sourceforge.mystique.domain.entity that return Severity
 Severity Ticket.getSeverity()
           
 

Methods in net.sourceforge.mystique.domain.entity with parameters of type Severity
 void Ticket.setSeverity(Severity severity)
           
 

Uses of Severity in net.sourceforge.mystique.domain.valueobject
 

Methods in net.sourceforge.mystique.domain.valueobject that return Severity
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.
 



Copyright © 2010. All Rights Reserved.