Uses of Class
com.sugestio.client.model.Item.Available

Packages that use Item.Available
com.sugestio.client.model   
 

Uses of Item.Available in com.sugestio.client.model
 

Methods in com.sugestio.client.model that return Item.Available
 Item.Available Item.getAvailable()
           
static Item.Available Item.Available.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Item.Available[] Item.Available.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.sugestio.client.model with parameters of type Item.Available
 void Item.setAvailable(Item.Available available)