Uses of Class
apps.basketapp.client.Basket.STATUS

Packages that use Basket.STATUS
apps.basketapp.client   
 

Uses of Basket.STATUS in apps.basketapp.client
 

Methods in apps.basketapp.client that return Basket.STATUS
static Basket.STATUS Basket.STATUS.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Basket.STATUS[] Basket.STATUS.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in apps.basketapp.client with parameters of type Basket.STATUS
 void Basket.setStatus(Basket.STATUS status)
          Sets the status.