com.neeve.stats
Class StringGauge

java.lang.Object
  extended by com.neeve.stats.AbstractGauge
      extended by com.neeve.stats.StringGauge
All Implemented Interfaces:
IStats.Gauge

public abstract class StringGauge
extends AbstractGauge

Base class for String IStats.Gauge implementations.


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.neeve.stats.IStats.Gauge
IStats.Gauge.Type
 
Constructor Summary
StringGauge(String name)
           
 
Method Summary
abstract  XString getStringValue()
          Gets the current value for a IStats.Gauge.Type.String Gauge.
 
Methods inherited from class com.neeve.stats.AbstractGauge
get, getBooleanValue, getByteValue, getCharValue, getDoubleValue, getFloatValue, getIntValue, getLongValue, getName, getNameAsRaw, getShortValue, getType
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringGauge

public StringGauge(String name)
Parameters:
name - The name of the IStats.Gauge.
Method Detail

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.