public enum Win32LobAppNotification extends java.lang.Enum<Win32LobAppNotification>
Enum Constant and Description |
---|
HIDE_ALL
hide All
|
SHOW_ALL
show All
|
SHOW_REBOOT
show Reboot
|
UNEXPECTED_VALUE
For Win32LobAppNotification values that were not expected from the service
|
Modifier and Type | Method and Description |
---|---|
static Win32LobAppNotification |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Win32LobAppNotification[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Win32LobAppNotification SHOW_ALL
public static final Win32LobAppNotification SHOW_REBOOT
public static final Win32LobAppNotification HIDE_ALL
public static final Win32LobAppNotification UNEXPECTED_VALUE
public static Win32LobAppNotification[] values()
for (Win32LobAppNotification c : Win32LobAppNotification.values()) System.out.println(c);
public static Win32LobAppNotification 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