public static enum OffLimitVisual.Flavor extends Enum<OffLimitVisual.Flavor>
| Modifier and Type | Method and Description |
|---|---|
static OffLimitVisual.Flavor |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OffLimitVisual.Flavor[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OffLimitVisual.Flavor AVERAGE
public static final OffLimitVisual.Flavor MINMAX
public static final OffLimitVisual.Flavor SIGMA
public static final OffLimitVisual.Flavor SPAN
public static OffLimitVisual.Flavor[] values()
for (OffLimitVisual.Flavor c : OffLimitVisual.Flavor.values()) System.out.println(c);
public static OffLimitVisual.Flavor 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 null