public enum WindowsInformationProtectionPinCharacterRequirements extends java.lang.Enum<WindowsInformationProtectionPinCharacterRequirements>
| Enum Constant and Description |
|---|
ALLOW
allow
|
NOT_ALLOW
not Allow
|
REQUIRE_AT_LEAST_ONE
require At Least One
|
UNEXPECTED_VALUE
For WindowsInformationProtectionPinCharacterRequirements values that were not expected from the service
|
| Modifier and Type | Method and Description |
|---|---|
static WindowsInformationProtectionPinCharacterRequirements |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static WindowsInformationProtectionPinCharacterRequirements[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WindowsInformationProtectionPinCharacterRequirements NOT_ALLOW
public static final WindowsInformationProtectionPinCharacterRequirements REQUIRE_AT_LEAST_ONE
public static final WindowsInformationProtectionPinCharacterRequirements ALLOW
public static final WindowsInformationProtectionPinCharacterRequirements UNEXPECTED_VALUE
public static WindowsInformationProtectionPinCharacterRequirements[] values()
for (WindowsInformationProtectionPinCharacterRequirements c : WindowsInformationProtectionPinCharacterRequirements.values()) System.out.println(c);
public static WindowsInformationProtectionPinCharacterRequirements 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