/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package edu.hawaii.jmotif.sampler; /** * Property state. * * @author ytoh */ public enum PropertyState { ENABLED, DISABLED }