public enum Win32LobAppRegistryRuleOperationType extends java.lang.Enum<Win32LobAppRegistryRuleOperationType>
| Enum Constant and Description |
|---|
DOES_NOT_EXIST
does Not Exist
|
EXISTS
exists
|
INTEGER
integer
|
NOT_CONFIGURED
not Configured
|
STRING
string
|
UNEXPECTED_VALUE
For Win32LobAppRegistryRuleOperationType values that were not expected from the service
|
VERSION
version
|
| Modifier and Type | Method and Description |
|---|---|
static Win32LobAppRegistryRuleOperationType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Win32LobAppRegistryRuleOperationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Win32LobAppRegistryRuleOperationType NOT_CONFIGURED
public static final Win32LobAppRegistryRuleOperationType EXISTS
public static final Win32LobAppRegistryRuleOperationType DOES_NOT_EXIST
public static final Win32LobAppRegistryRuleOperationType STRING
public static final Win32LobAppRegistryRuleOperationType INTEGER
public static final Win32LobAppRegistryRuleOperationType VERSION
public static final Win32LobAppRegistryRuleOperationType UNEXPECTED_VALUE
public static Win32LobAppRegistryRuleOperationType[] values()
for (Win32LobAppRegistryRuleOperationType c : Win32LobAppRegistryRuleOperationType.values()) System.out.println(c);
public static Win32LobAppRegistryRuleOperationType 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