Uses of Class
org.hackystat.telemetry.service.resource.chart.jaxb.TelemetryPoint

Packages that use TelemetryPoint
org.hackystat.telemetry.service.resource.chart.jaxb Provides the JAXB classes corresponding to the TelemetryChart XML schema. 
 

Uses of TelemetryPoint in org.hackystat.telemetry.service.resource.chart.jaxb
 

Fields in org.hackystat.telemetry.service.resource.chart.jaxb with type parameters of type TelemetryPoint
protected  java.util.List<TelemetryPoint> TelemetryStream.telemetryPoint
           
 

Methods in org.hackystat.telemetry.service.resource.chart.jaxb that return TelemetryPoint
 TelemetryPoint ObjectFactory.createTelemetryPoint()
          Create an instance of TelemetryPoint
 

Methods in org.hackystat.telemetry.service.resource.chart.jaxb that return types with arguments of type TelemetryPoint
 java.util.List<TelemetryPoint> TelemetryStream.getTelemetryPoint()
          Gets the value of the telemetryPoint property.