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

Packages that use SensorDataType
org.hackystat.sensorbase.client Provides a client-side interface to the SensorBase. 
org.hackystat.sensorbase.db Provides an interface to the underlying database persistency layer. 
org.hackystat.sensorbase.db.derby Provides an implementation of DbImplementation for Derby. 
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 SensorDataType in org.hackystat.sensorbase.client
 

Methods in org.hackystat.sensorbase.client that return SensorDataType
 SensorDataType SensorBaseClient.getSensorDataType(SensorDataTypeRef ref)
          Returns the named SensorDataType associated with the SensorDataTypeRef.
 SensorDataType SensorBaseClient.getSensorDataType(java.lang.String sdtName)
          Returns the named SensorDataType from this server.
 

Methods in org.hackystat.sensorbase.client with parameters of type SensorDataType
 void SensorBaseClient.putSensorDataType(SensorDataType sdt)
          Creates the passed SDT on the server.
 

Uses of SensorDataType in org.hackystat.sensorbase.db
 

Methods in org.hackystat.sensorbase.db with parameters of type SensorDataType
 void DbManager.storeSensorDataType(SensorDataType sdt, java.lang.String xmlSensorDataType, java.lang.String xmlSensorDataTypeRef)
          Persists a SensorDataType instance.
abstract  boolean DbImplementation.storeSensorDataType(SensorDataType sdt, java.lang.String xmlSensorDataType, java.lang.String xmlSensorDataTypeRef)
          Persists a SensorDataType instance.
 

Uses of SensorDataType in org.hackystat.sensorbase.db.derby
 

Methods in org.hackystat.sensorbase.db.derby with parameters of type SensorDataType
 boolean DerbyImplementation.storeSensorDataType(SensorDataType sdt, java.lang.String xmlSensorDataType, java.lang.String xmlSensorDataTypeRef)
          Persists a SensorDataType instance.
 

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

Methods in org.hackystat.sensorbase.resource.sensordatatypes that return SensorDataType
 SensorDataType SdtManager.makeSensorDataType(java.lang.String xmlString)
          Takes a String encoding of a SensorDataType in XML format and converts it to an instance.
 

Methods in org.hackystat.sensorbase.resource.sensordatatypes with parameters of type SensorDataType
 java.lang.String SdtManager.makeSensorDataType(SensorDataType sdt)
          Returns the passed SensorDataType instance as a String encoding of its XML representation.
 SensorDataTypeRef SdtManager.makeSensorDataTypeRef(SensorDataType sdt)
          Returns a SensorDataTypeRef instance constructed from a SensorDataType instance.
 java.lang.String SdtManager.makeSensorDataTypeRefString(SensorDataType sdt)
          Returns the passed SensorDataType instance as a String encoding of its XML representation as a SensorDataTypeRef object.
 void SdtManager.putSdt(SensorDataType sdt)
          Updates the Manager with this SDT.
 

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

Fields in org.hackystat.sensorbase.resource.sensordatatypes.jaxb with type parameters of type SensorDataType
protected  java.util.List<SensorDataType> SensorDataTypes.sensorDataType
           
 

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

Methods in org.hackystat.sensorbase.resource.sensordatatypes.jaxb that return types with arguments of type SensorDataType
 java.util.List<SensorDataType> SensorDataTypes.getSensorDataType()
          Gets the value of the sensorDataType property.