Uses of Class
com.sugestio.client.model.Consumption.Type

Packages that use Consumption.Type
com.sugestio.client.model   
 

Uses of Consumption.Type in com.sugestio.client.model
 

Methods in com.sugestio.client.model that return Consumption.Type
static Consumption.Type Consumption.Type.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Consumption.Type[] Consumption.Type.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 Consumption.Type
 void Consumption.setType(Consumption.Type type)