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

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

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

Fields in org.hackystat.telemetry.service.resource.chart.jaxb with type parameters of type Parameter
protected  java.util.List<Parameter> TelemetryChartData.parameter
           
 

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

Methods in org.hackystat.telemetry.service.resource.chart.jaxb that return types with arguments of type Parameter
 java.util.List<Parameter> TelemetryChartData.getParameter()
          Gets the value of the parameter property.