public static enum TSDBReader.EventSensitivity extends Enum<TSDBReader.EventSensitivity>
Modifier and Type | Method and Description |
---|---|
static TSDBReader.EventSensitivity |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TSDBReader.EventSensitivity[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TSDBReader.EventSensitivity HIGH
public static final TSDBReader.EventSensitivity MEDIUM
public static final TSDBReader.EventSensitivity LOW
public static TSDBReader.EventSensitivity[] values()
for (TSDBReader.EventSensitivity c : TSDBReader.EventSensitivity.values()) System.out.println(c);
public static TSDBReader.EventSensitivity 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 © 2018 SPF4J. All rights reserved.