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 SummaryNested classes/interfaces inherited from interface com.inductiveautomation.ignition.common.MetricValueMetricValue.AbstractMetricValue, MetricValue.MetricsSnapshotMetricValue
- 
Constructor SummaryConstructorsConstructorDescriptionAbstractMetricValue(LocalizedString name, LocalizedString units) AbstractMetricValue(String nameKey, String unitsKey) 
- 
Method SummaryMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.inductiveautomation.ignition.common.MetricValuegetRawValue, valueToString
- 
Constructor Details- 
AbstractMetricValue
- 
AbstractMetricValue
 
- 
- 
Method Details- 
getName- Specified by:
- getNamein interface- MetricValue
 
- 
getUnits- Specified by:
- getUnitsin interface- MetricValue
 
 
-