package org.springsource.restbucks.training.order; /** * @author Oliver Gierke */ public enum Location { TAKE_AWAY, IN_STORE; }