001 package org.hackystat.telemetry.analyzer.configuration; 002 003 004 /** 005 * Enumerated type for Telemetry Definition Types. 006 * 007 * @author (Cedric) Qin ZHANG, Philip Johnson 008 */ 009 public enum TelemetryDefinitionType { STREAMS, CHART, REPORT, YAXIS }