/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package com.freedomotic.resttestclient; /** * * @author gpt */ public enum PluginCategoryEnum { Protocol, Sensor, Actuator, Object, Frontend, Automation }