public enum _FIELDS_RANGE extends Enum<_FIELDS_RANGE>
Enum Constant and Description |
---|
loQualifier |
loValue |
STD_DEV |
unit |
upQualifier |
upValue |
Modifier and Type | Method and Description |
---|---|
static _FIELDS_RANGE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static _FIELDS_RANGE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final _FIELDS_RANGE loValue
public static final _FIELDS_RANGE upValue
public static final _FIELDS_RANGE loQualifier
public static final _FIELDS_RANGE upQualifier
public static final _FIELDS_RANGE STD_DEV
public static final _FIELDS_RANGE unit
public static _FIELDS_RANGE[] values()
for (_FIELDS_RANGE c : _FIELDS_RANGE.values()) System.out.println(c);
public static _FIELDS_RANGE 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 © 2004–2020 Ideaconsult Ltd.. All rights reserved.