public enum DeviceGuardLocalSystemAuthorityCredentialGuardType extends Enum<DeviceGuardLocalSystemAuthorityCredentialGuardType> implements com.github.davidmoten.odata.client.Enum
| Enum Constant and Description |
|---|
ENABLE_WITH_UEFILOCK |
ENABLE_WITHOUT_UEFILOCK |
NOT_CONFIGURED |
| Modifier and Type | Method and Description |
|---|---|
String |
enumName() |
String |
enumValue() |
static DeviceGuardLocalSystemAuthorityCredentialGuardType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeviceGuardLocalSystemAuthorityCredentialGuardType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DeviceGuardLocalSystemAuthorityCredentialGuardType NOT_CONFIGURED
public static final DeviceGuardLocalSystemAuthorityCredentialGuardType ENABLE_WITH_UEFILOCK
public static final DeviceGuardLocalSystemAuthorityCredentialGuardType ENABLE_WITHOUT_UEFILOCK
public static DeviceGuardLocalSystemAuthorityCredentialGuardType[] values()
for (DeviceGuardLocalSystemAuthorityCredentialGuardType c : DeviceGuardLocalSystemAuthorityCredentialGuardType.values()) System.out.println(c);
public static DeviceGuardLocalSystemAuthorityCredentialGuardType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String enumName()
enumName in interface com.github.davidmoten.odata.client.Enumpublic String enumValue()
enumValue in interface com.github.davidmoten.odata.client.EnumCopyright © 2018–2020. All rights reserved.