protected static enum RatioGaugeDataPoint.RatioGaugeIndices extends Enum<RatioGaugeDataPoint.RatioGaugeIndices>
RatioGaugeDataPoint contents in a file.| Enum Constant and Description |
|---|
DENOMINATOR |
NUMERATOR |
| Modifier and Type | Method and Description |
|---|---|
static RatioGaugeDataPoint.RatioGaugeIndices |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RatioGaugeDataPoint.RatioGaugeIndices[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RatioGaugeDataPoint.RatioGaugeIndices NUMERATOR
public static final RatioGaugeDataPoint.RatioGaugeIndices DENOMINATOR
public static RatioGaugeDataPoint.RatioGaugeIndices[] values()
for (RatioGaugeDataPoint.RatioGaugeIndices c : RatioGaugeDataPoint.RatioGaugeIndices.values()) System.out.println(c);
public static RatioGaugeDataPoint.RatioGaugeIndices 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 © 2014. All Rights Reserved.