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

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

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

Methods in net.sourceforge.mystique.domain.entity that return Priority
 Priority Ticket.getPriority()
           
 

Methods in net.sourceforge.mystique.domain.entity with parameters of type Priority
 void Ticket.setPriority(Priority priority)
           
 

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

Methods in net.sourceforge.mystique.domain.valueobject that return Priority
static Priority Priority.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Priority[] Priority.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2010. All Rights Reserved.