public enum WindowsUserAccountControlSettings extends java.lang.Enum<WindowsUserAccountControlSettings>
| Enum Constant and Description |
|---|
ALWAYS_NOTIFY
always Notify
|
NEVER_NOTIFY
never Notify
|
NOTIFY_ON_APP_CHANGES
notify On App Changes
|
NOTIFY_ON_APP_CHANGES_WITHOUT_DIMMING
notify On App Changes Without Dimming
|
UNEXPECTED_VALUE
For WindowsUserAccountControlSettings values that were not expected from the service
|
USER_DEFINED
user Defined
|
| Modifier and Type | Method and Description |
|---|---|
static WindowsUserAccountControlSettings |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static WindowsUserAccountControlSettings[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WindowsUserAccountControlSettings USER_DEFINED
public static final WindowsUserAccountControlSettings ALWAYS_NOTIFY
public static final WindowsUserAccountControlSettings NOTIFY_ON_APP_CHANGES
public static final WindowsUserAccountControlSettings NOTIFY_ON_APP_CHANGES_WITHOUT_DIMMING
public static final WindowsUserAccountControlSettings NEVER_NOTIFY
public static final WindowsUserAccountControlSettings UNEXPECTED_VALUE
public static WindowsUserAccountControlSettings[] values()
for (WindowsUserAccountControlSettings c : WindowsUserAccountControlSettings.values()) System.out.println(c);
public static WindowsUserAccountControlSettings 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