001package headfirst.factory.pizzaaf; 002 003public interface Cheese { 004 public String toString(); 005}