public enum BitLockerEncryptionMethod extends Enum<BitLockerEncryptionMethod> implements com.github.davidmoten.odata.client.Enum
| Enum Constant and Description |
|---|
AES_CBC128 |
AES_CBC256 |
XTS_AES128 |
XTS_AES256 |
| Modifier and Type | Method and Description |
|---|---|
String |
enumName() |
String |
enumValue() |
static BitLockerEncryptionMethod |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BitLockerEncryptionMethod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BitLockerEncryptionMethod AES_CBC128
public static final BitLockerEncryptionMethod AES_CBC256
public static final BitLockerEncryptionMethod XTS_AES128
public static final BitLockerEncryptionMethod XTS_AES256
public static BitLockerEncryptionMethod[] values()
for (BitLockerEncryptionMethod c : BitLockerEncryptionMethod.values()) System.out.println(c);
public static BitLockerEncryptionMethod 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.