public static enum WatchedStationsTracker.Importance extends java.lang.Enum<WatchedStationsTracker.Importance>
MEDIUM.| Enum Constant and Description |
|---|
HIGH |
LOW |
MEDIUM |
MEDIUM_HIGH |
MEDIUM_LOW |
| Modifier and Type | Method and Description |
|---|---|
static WatchedStationsTracker.Importance |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static WatchedStationsTracker.Importance[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WatchedStationsTracker.Importance HIGH
public static final WatchedStationsTracker.Importance MEDIUM_HIGH
public static final WatchedStationsTracker.Importance MEDIUM
public static final WatchedStationsTracker.Importance MEDIUM_LOW
public static final WatchedStationsTracker.Importance LOW
public static WatchedStationsTracker.Importance[] values()
for (WatchedStationsTracker.Importance c : WatchedStationsTracker.Importance.values()) System.out.println(c);
public static WatchedStationsTracker.Importance 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