Uses of Class
example.FoodOption
-
Packages that use FoodOption Package Description example -
-
Uses of FoodOption in example
Methods in example that return FoodOption Modifier and Type Method Description static FoodOptionFoodOption. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static FoodOption[]FoodOption. values()Returns an array containing the constants of this enum type, in the order they are declared.
-