package org.drtshock; /** * Different ways the potato can be not delicious */ public enum NotDeliciousReason { NOT_BAKED, NOT_DELICIOUS_CONDIMENT }