Uses of Class
com.vaadin.collaborationengine.util.Person.Diet
-
Packages that use Person.Diet Package Description com.vaadin.collaborationengine.util -
-
Uses of Person.Diet in com.vaadin.collaborationengine.util
Methods in com.vaadin.collaborationengine.util that return Person.Diet Modifier and Type Method Description Person.DietPerson. getDiet()static Person.DietPerson.Diet. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Person.Diet[]Person.Diet. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.vaadin.collaborationengine.util with parameters of type Person.Diet Modifier and Type Method Description voidPerson. setDiet(Person.Diet diet)
-