Uses of Enum Class
neqsim.process.streaming.TimestampedValue.Quality
Packages that use TimestampedValue.Quality
-
Uses of TimestampedValue.Quality in neqsim.process.streaming
Subclasses with type arguments of type TimestampedValue.Quality in neqsim.process.streamingModifier and TypeClassDescriptionstatic enumQuality indicator for the measurement value.Fields in neqsim.process.streaming declared as TimestampedValue.QualityMethods in neqsim.process.streaming that return TimestampedValue.QualityModifier and TypeMethodDescriptionTimestampedValue.getQuality()Gets the quality indicator.static TimestampedValue.QualityReturns the enum constant of this class with the specified name.static TimestampedValue.Quality[]TimestampedValue.Quality.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in neqsim.process.streaming with parameters of type TimestampedValue.QualityModifierConstructorDescriptionTimestampedValue(double value, String unit, Instant timestamp, TimestampedValue.Quality quality) Creates a new timestamped value with all parameters.