//: enums/Spiciness.java // ©2015 MindView LLC: see Copyright.txt package enums; public enum Spiciness { NOT, MILD, MEDIUM, HOT, FLAMING } ///:~