Uses of Class
org.hackystat.sensorbase.resource.sensordatatypes.jaxb.SensorDataTypeRef

Packages that use SensorDataTypeRef
org.hackystat.sensorbase.client Provides a client-side interface to the SensorBase. 
org.hackystat.sensorbase.resource.sensordatatypes Provides the SensorDataTypes and SensorDataType resource implementations. 
org.hackystat.sensorbase.resource.sensordatatypes.jaxb Provides the JAXB generated classes corresponding to the SensorDataTypes XmlSchema. 
 

Uses of SensorDataTypeRef in org.hackystat.sensorbase.client
 

Methods in org.hackystat.sensorbase.client with parameters of type SensorDataTypeRef
 SensorDataType SensorBaseClient.getSensorDataType(SensorDataTypeRef ref)
          Returns the named SensorDataType associated with the SensorDataTypeRef.
 

Uses of SensorDataTypeRef in org.hackystat.sensorbase.resource.sensordatatypes
 

Methods in org.hackystat.sensorbase.resource.sensordatatypes that return SensorDataTypeRef
 SensorDataTypeRef SdtManager.makeSensorDataTypeRef(SensorDataType sdt)
          Returns a SensorDataTypeRef instance constructed from a SensorDataType instance.
 

Uses of SensorDataTypeRef in org.hackystat.sensorbase.resource.sensordatatypes.jaxb
 

Fields in org.hackystat.sensorbase.resource.sensordatatypes.jaxb with type parameters of type SensorDataTypeRef
protected  java.util.List<SensorDataTypeRef> SensorDataTypeIndex.sensorDataTypeRef
           
 

Methods in org.hackystat.sensorbase.resource.sensordatatypes.jaxb that return SensorDataTypeRef
 SensorDataTypeRef ObjectFactory.createSensorDataTypeRef()
          Create an instance of SensorDataTypeRef
 

Methods in org.hackystat.sensorbase.resource.sensordatatypes.jaxb that return types with arguments of type SensorDataTypeRef
 java.util.List<SensorDataTypeRef> SensorDataTypeIndex.getSensorDataTypeRef()
          Gets the value of the sensorDataTypeRef property.