com.neeve.stats
Class StringGauge
java.lang.Object
com.neeve.stats.AbstractGauge
com.neeve.stats.StringGauge
- All Implemented Interfaces:
- IStats.Gauge
public abstract class StringGauge
- extends AbstractGauge
Base class for String IStats.Gauge
implementations.
Methods inherited from class com.neeve.stats.AbstractGauge |
get, getBooleanValue, getByteValue, getCharValue, getDoubleValue, getFloatValue, getIntValue, getLongValue, getName, getNameAsRaw, getShortValue, getType |
StringGauge
public StringGauge(String name)
- Parameters:
name
- The name of the IStats.Gauge
.
getStringValue
public abstract XString getStringValue()
- Description copied from interface:
IStats.Gauge
- Gets the current value for a
IStats.Gauge.Type.String
Gauge.
- Specified by:
getStringValue
in interface IStats.Gauge
- Overrides:
getStringValue
in class AbstractGauge
- Returns:
- The current value for a
IStats.Gauge.Type.String
Gauge.
Copyright © 2016 Neeve Research, LLC. All Rights Reserved.