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.MetricValue
MetricValue.AbstractMetricValue, MetricValue.MetricsSnapshotMetricValue 
 - 
 
- 
Constructor Summary
Constructors Constructor Description AbstractMetricValue(LocalizedString name, LocalizedString units)AbstractMetricValue(java.lang.String nameKey, java.lang.String unitsKey) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LocalizedStringgetName()LocalizedStringgetUnits()- 
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 Detail
- 
AbstractMetricValue
public AbstractMetricValue(java.lang.String nameKey, java.lang.String unitsKey) 
- 
AbstractMetricValue
public AbstractMetricValue(LocalizedString name, LocalizedString units)
 
 - 
 
- 
Method Detail
- 
getName
public LocalizedString getName()
- Specified by:
 getNamein interfaceMetricValue
 
- 
getUnits
public LocalizedString getUnits()
- Specified by:
 getUnitsin interfaceMetricValue
 
 - 
 
 -