Class ValueField

java.lang.Object
org.sensorhub.api.datastore.ValueField
Direct Known Subclasses:
ICommandStatusStore.CommandStatusField, ICommandStore.CommandField, IObsStore.ObsField, IResourceStore.ResourceField

public class ValueField extends Object

Base class for all datastore value fields.
Value fields can be used to select what fields should be included in value objects returned by a datastore select methods.

  • Constructor Details

    • ValueField

      public ValueField(String name)
  • Method Details