/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package test1exp; /** * * public enum BodySize { SMALL, MEDIUM, LARGE, VERYLARGE }; * * * * @author jcmt */ public class Mammal { private Test1exp.BodySize body; private int appendages; }