public static enum LoadOrStoreEncryptionKeyMessage.Operation extends java.lang.Enum<LoadOrStoreEncryptionKeyMessage.Operation>
Enum Constant and Description |
---|
LOAD
Loads the key from the index specified
|
STORE
Stores the key to the index specified
|
UNKNOWN
Operation is not supported in this version of the API
|
Modifier and Type | Method and Description |
---|---|
static LoadOrStoreEncryptionKeyMessage.Operation |
create(int rawValue)
Creates the Operation from the raw value.
|
int |
getRawValue()
Gets the raw value of the Operation.
|
static LoadOrStoreEncryptionKeyMessage.Operation |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LoadOrStoreEncryptionKeyMessage.Operation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LoadOrStoreEncryptionKeyMessage.Operation LOAD
public static final LoadOrStoreEncryptionKeyMessage.Operation STORE
public static final LoadOrStoreEncryptionKeyMessage.Operation UNKNOWN
public static LoadOrStoreEncryptionKeyMessage.Operation[] values()
for (LoadOrStoreEncryptionKeyMessage.Operation c : LoadOrStoreEncryptionKeyMessage.Operation.values()) System.out.println(c);
public static LoadOrStoreEncryptionKeyMessage.Operation 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 nullpublic int getRawValue()
public static LoadOrStoreEncryptionKeyMessage.Operation create(int rawValue)
rawValue
- The raw value.Copyright © 2015 Dynastream Innovations Inc. All Rights Reserved.