/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package test1exp; /** * * @author jcmt */ public enum Material { PAPER, CARDBOARD, POLY, GLOSSY_STOCK, MISC }