proj2
Class Cookies

java.lang.Object
  extended by proj2.Cookies

public class Cookies
extends java.lang.Object

The Cookies class implements a package of cookies of a given flavor.


Constructor Summary
Cookies()
          The constructor listed here is provided by the Java compiler.
 
Method Summary
 CookieFlavors getFlavor()
          Gets the flavor of the cookies in this package.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Cookies

public Cookies()
The constructor listed here is provided by the Java compiler. The exact constructor(s) implemented by this class are up to you.

Method Detail

getFlavor

public CookieFlavors getFlavor()
Gets the flavor of the cookies in this package.

Returns:
the flavor of this package of cookies.