Uses of Class
net.sourceforge.stripes.examples.bugzooky.biz.Status

Packages that use Status
net.sourceforge.stripes.examples.bugzooky.biz   
 

Uses of Status in net.sourceforge.stripes.examples.bugzooky.biz
 

Methods in net.sourceforge.stripes.examples.bugzooky.biz that return Status
 Status Bug.getStatus()
           
static Status Status.valueOf(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.
 

Methods in net.sourceforge.stripes.examples.bugzooky.biz with parameters of type Status
 void Bug.setStatus(Status status)
           
 



© Copyright 2005, Stripes Development Team.