public static enum GaugeBottomLabel.LabelOptions extends java.lang.Enum<GaugeBottomLabel.LabelOptions>
LabelOptions enum.| Enum Constant and Description |
|---|
ATTRIBUTE
An attribute based an attribute (for example Ename).
|
METRIC_ATTRIBUTE
An attribute based on the selected Metric Attribute value (for example Sal).
|
TEXT
A
String based label. |
| Modifier and Type | Method and Description |
|---|---|
static GaugeBottomLabel.LabelOptions |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GaugeBottomLabel.LabelOptions[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
public static final GaugeBottomLabel.LabelOptions ATTRIBUTE
public static final GaugeBottomLabel.LabelOptions METRIC_ATTRIBUTE
public static final GaugeBottomLabel.LabelOptions TEXT
String based label.public static GaugeBottomLabel.LabelOptions[] values()
for (GaugeBottomLabel.LabelOptions c : GaugeBottomLabel.LabelOptions.values())
System.out.println(c);
public static GaugeBottomLabel.LabelOptions valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null