Uses of Class
org.hackystat.sensorbase.resource.sensordata.jaxb.Property

Packages that use Property
org.hackystat.sensorbase.resource.sensordata.jaxb Provides the JAXB generated classes corresponding to the SensorData XmlSchema. 
 

Uses of Property in org.hackystat.sensorbase.resource.sensordata.jaxb
 

Fields in org.hackystat.sensorbase.resource.sensordata.jaxb with type parameters of type Property
protected  java.util.List<Property> Properties.property
           
 

Methods in org.hackystat.sensorbase.resource.sensordata.jaxb that return Property
 Property ObjectFactory.createProperty()
          Create an instance of Property
 Property SensorData.findProperty(java.lang.String key)
          Returns the first Property instance with the specified key, or null if not found.
 

Methods in org.hackystat.sensorbase.resource.sensordata.jaxb that return types with arguments of type Property
 java.util.List<Property> Properties.getProperty()
          Gets the value of the property property.