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

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

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

Fields in org.hackystat.telemetry.service.resource.chart.jaxb declared as Type
protected  Type ParameterDefinition.type
           
 

Methods in org.hackystat.telemetry.service.resource.chart.jaxb that return Type
 Type ObjectFactory.createType()
          Create an instance of Type
 Type ParameterDefinition.getType()
          Gets the value of the type property.
 

Methods in org.hackystat.telemetry.service.resource.chart.jaxb with parameters of type Type
 void ParameterDefinition.setType(Type value)
          Sets the value of the type property.