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, waitMethods inherited from interface com.inductiveautomation.ignition.common.MetricValue
getRawValue, valueToString
-
Constructor Details
-
AbstractMetricValue
-
AbstractMetricValue
-
-
Method Details
-
getName
- Specified by:
getNamein interfaceMetricValue
-
getUnits
- Specified by:
getUnitsin interfaceMetricValue
-