public static enum FilteredMessage.Flag extends Enum<FilteredMessage.Flag>
| Enum Constant and Description |
|---|
ALARM |
ATTENTION |
LOG |
MARK |
NONE |
PAUSE |
RESUME |
START |
STOP |
| Modifier and Type | Method and Description |
|---|---|
static FilteredMessage.Flag |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FilteredMessage.Flag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FilteredMessage.Flag NONE
public static final FilteredMessage.Flag START
public static final FilteredMessage.Flag STOP
public static final FilteredMessage.Flag PAUSE
public static final FilteredMessage.Flag RESUME
public static final FilteredMessage.Flag ATTENTION
public static final FilteredMessage.Flag ALARM
public static final FilteredMessage.Flag MARK
public static final FilteredMessage.Flag LOG
public static FilteredMessage.Flag[] values()
for (FilteredMessage.Flag c : FilteredMessage.Flag.values()) System.out.println(c);
public static FilteredMessage.Flag 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 © 2015 LSST. All rights reserved.