Uses of Class
de.fraunhofer.iosb.ilt.frostclient.model.ext.TimeValue
Packages that use TimeValue
Package
Description
-
Uses of TimeValue in de.fraunhofer.iosb.ilt.frostclient.json.deserialize
Methods in de.fraunhofer.iosb.ilt.frostclient.json.deserialize that return TimeValueModifier and TypeMethodDescriptionTimeValueDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext dc) -
Uses of TimeValue in de.fraunhofer.iosb.ilt.frostclient.model.ext
Methods in de.fraunhofer.iosb.ilt.frostclient.model.ext that return TimeValueModifier and TypeMethodDescriptionstatic TimeValueTimeValue.create(TimeInstant instant) static TimeValueTimeValue.create(TimeInterval timeInterval) static TimeValuestatic TimeValuestatic TimeValueTimeValue.create(ZonedDateTime zdt) static TimeValueTimeValue.create(ZonedDateTime start, ZonedDateTime end) static TimeValueTimeValue.create(net.time4j.Moment instant) static TimeValueTimeValue.create(net.time4j.Moment start, net.time4j.Moment end) -
Uses of TimeValue in de.fraunhofer.iosb.ilt.frostclient.models
Fields in de.fraunhofer.iosb.ilt.frostclient.models with type parameters of type TimeValueModifier and TypeFieldDescriptionstatic final EntityPropertyMain<TimeValue>SensorThingsSensingV11.EP_PHENOMENONTIMEMethods in de.fraunhofer.iosb.ilt.frostclient.models with parameters of type TimeValueModifier and TypeMethodDescriptionSensorThingsSensingV11.newObservation(Object result, TimeValue phenomenonTime) SensorThingsSensingV11.newObservation(Object result, TimeValue phenomenonTime, Entity datastream) -
Uses of TimeValue in de.fraunhofer.iosb.ilt.frostclient.utils
Fields in de.fraunhofer.iosb.ilt.frostclient.utils with type parameters of type TimeValueModifier and TypeFieldDescriptionstatic final com.fasterxml.jackson.core.type.TypeReference<TimeValue>TypeReferencesHelper.TYPE_REFERENCE_TIMEVALUE