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

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

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

Methods in net.sourceforge.mystique.domain.entity that return Status
 Status Ticket.getStatus()
           
 

Methods in net.sourceforge.mystique.domain.entity with parameters of type Status
 void Ticket.setStatus(Status status)
           
 

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

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



Copyright © 2010. All Rights Reserved.