public enum WindowsStartMenuAppListVisibilityType extends java.lang.Enum<WindowsStartMenuAppListVisibilityType>
| Enum Constant and Description |
|---|
COLLAPSE
collapse
|
DISABLE_SETTINGS_APP
disable Settings App
|
REMOVE
remove
|
UNEXPECTED_VALUE
For WindowsStartMenuAppListVisibilityType values that were not expected from the service
|
USER_DEFINED
user Defined
|
| Modifier and Type | Method and Description |
|---|---|
static WindowsStartMenuAppListVisibilityType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static WindowsStartMenuAppListVisibilityType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WindowsStartMenuAppListVisibilityType USER_DEFINED
public static final WindowsStartMenuAppListVisibilityType COLLAPSE
public static final WindowsStartMenuAppListVisibilityType REMOVE
public static final WindowsStartMenuAppListVisibilityType DISABLE_SETTINGS_APP
public static final WindowsStartMenuAppListVisibilityType UNEXPECTED_VALUE
public static WindowsStartMenuAppListVisibilityType[] values()
for (WindowsStartMenuAppListVisibilityType c : WindowsStartMenuAppListVisibilityType.values()) System.out.println(c);
public static WindowsStartMenuAppListVisibilityType 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