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
 
 public abstract static class MetricValue.AbstractMetricValue extends java.lang.Object implements MetricValue 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface com.inductiveautomation.ignition.common.MetricValueMetricValue.AbstractMetricValue, MetricValue.MetricsSnapshotMetricValue
 
- 
 - 
Constructor SummaryConstructors Constructor Description AbstractMetricValue(LocalizedString name, LocalizedString units)AbstractMetricValue(java.lang.String nameKey, java.lang.String unitsKey)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description LocalizedStringgetName()LocalizedStringgetUnits()- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface com.inductiveautomation.ignition.common.MetricValuegetRawValue, valueToString
 
- 
 
- 
- 
- 
Constructor Detail- 
AbstractMetricValuepublic AbstractMetricValue(java.lang.String nameKey, java.lang.String unitsKey)
 - 
AbstractMetricValuepublic AbstractMetricValue(LocalizedString name, LocalizedString units) 
 
- 
 - 
Method Detail- 
getNamepublic LocalizedString getName() - Specified by:
- getNamein interface- MetricValue
 
 - 
getUnitspublic LocalizedString getUnits() - Specified by:
- getUnitsin interface- MetricValue
 
 
- 
 
-