Uses of Class
proj2.CookieFlavors

Uses of CookieFlavors in proj2
 

Methods in proj2 that return CookieFlavors
 CookieFlavors Cookies.getFlavor()
          Gets the flavor of the cookies in this package.
static CookieFlavors CookieFlavors.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static CookieFlavors[] CookieFlavors.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in proj2 with parameters of type CookieFlavors
 boolean SnackMachine.addCookies(CookieFlavors flavor, int numberCookies)
          Adds the specified number of cookies of the given flavor.