//: initialization/Spiciness.java
// <20>2015 MindView LLC: see Copyright.txt
public enum Spiciness {
NOT, MILD, MEDIUM, HOT, FLAMING
} ///:~