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