Class MetricValue.AbstractMetricValue
java.lang.Object
com.inductiveautomation.ignition.common.MetricValue.AbstractMetricValue
- All Implemented Interfaces:
MetricValue
- Direct Known Subclasses:
BasicMetricValue
,MetricValue.MetricsSnapshotMetricValue
- Enclosing interface:
- MetricValue
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.inductiveautomation.ignition.common.MetricValue
MetricValue.AbstractMetricValue, MetricValue.MetricsSnapshotMetricValue
-
Constructor Summary
ConstructorsConstructorDescriptionAbstractMetricValue
(LocalizedString name, LocalizedString units) AbstractMetricValue
(String nameKey, String unitsKey) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.inductiveautomation.ignition.common.MetricValue
getRawValue, valueToString
-
Constructor Details
-
AbstractMetricValue
-
AbstractMetricValue
-
-
Method Details
-
getName
- Specified by:
getName
in interfaceMetricValue
-
getUnits
- Specified by:
getUnits
in interfaceMetricValue
-