public static enum IStats.Gauge.Type extends Enum<IStats.Gauge.Type>
Enum Constant and Description |
---|
Boolean
Indicates that the gauge value should be retrieved via
IStats.Gauge.getBooleanValue() |
Byte
Indicates that the gauge value should be retrieved via
IStats.Gauge.getByteValue() |
Char
Indicates that the gauge value should be retrieved via
IStats.Gauge.getCharValue() |
Double
Indicates that the gauge value should be retrieved via
IStats.Gauge.getDoubleValue() |
Float
Indicates that the gauge value should be retrieved via
IStats.Gauge.getFloatValue() |
Int
Indicates that the gauge value should be retrieved via
IStats.Gauge.getIntValue() |
Long
Indicates that the gauge value should be retrieved via
IStats.Gauge.getLongValue() |
Short
Indicates that the gauge value should be retrieved via
IStats.Gauge.getShortValue() |
String
Indicates that the gauge value should be retrieved via
IStats.Gauge.getStringValue() |
Modifier and Type | Method and Description |
---|---|
static IStats.Gauge.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IStats.Gauge.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IStats.Gauge.Type Boolean
IStats.Gauge.getBooleanValue()
public static final IStats.Gauge.Type Byte
IStats.Gauge.getByteValue()
public static final IStats.Gauge.Type Char
IStats.Gauge.getCharValue()
public static final IStats.Gauge.Type Short
IStats.Gauge.getShortValue()
public static final IStats.Gauge.Type Int
IStats.Gauge.getIntValue()
public static final IStats.Gauge.Type Long
IStats.Gauge.getLongValue()
public static final IStats.Gauge.Type Float
IStats.Gauge.getFloatValue()
public static final IStats.Gauge.Type Double
IStats.Gauge.getDoubleValue()
public static final IStats.Gauge.Type String
IStats.Gauge.getStringValue()
public static IStats.Gauge.Type[] values()
for (IStats.Gauge.Type c : IStats.Gauge.Type.values()) System.out.println(c);
public static IStats.Gauge.Type valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2019 Neeve Research, LLC. All Rights Reserved.