public static enum FilteredMessage.Flag extends Enum<FilteredMessage.Flag>
| Enum Constant and Description |
|---|
ALARM
Put the console in ALARM state.
|
ATTENTION
Request user attention.
|
CLEAR
Clear the console alert state.
|
LOCAL_ALARM
Submit local ALARM to the graphical console alert service.
|
LOCAL_CLEAR
Clear the local alert state.
|
LOCAL_WARNING
Submit local WARNING to the graphical console alert service.
|
MARK
Mark the message.
|
PAUSE
Stop scrolling.
|
RESUME
Resume scrolling.
|
SLEEP
Ignore messages until WAKE is received.
|
WARNING
Put the console in WARNING state.
|
WАКЕ
Stop ignoring messages.
|
| 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 SLEEP
public static final FilteredMessage.Flag WАКЕ
public static final FilteredMessage.Flag PAUSE
public static final FilteredMessage.Flag RESUME
public static final FilteredMessage.Flag ATTENTION
public static final FilteredMessage.Flag WARNING
public static final FilteredMessage.Flag ALARM
public static final FilteredMessage.Flag CLEAR
public static final FilteredMessage.Flag LOCAL_WARNING
public static final FilteredMessage.Flag LOCAL_ALARM
public static final FilteredMessage.Flag LOCAL_CLEAR
public static final FilteredMessage.Flag MARK
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 © 2023 LSST. All rights reserved.