public enum BlockOperationType extends Enum<BlockOperationType>
BlockManagementTask
s.Enum Constant and Description |
---|
ALIGN_SWAP |
PROMOTE_MOVE |
SWAP_RESTORE_BALANCE |
SWAP_RESTORE_FLUSH |
SWAP_RESTORE_REMOVE |
Modifier and Type | Method and Description |
---|---|
static BlockOperationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BlockOperationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BlockOperationType ALIGN_SWAP
public static final BlockOperationType PROMOTE_MOVE
public static final BlockOperationType SWAP_RESTORE_REMOVE
public static final BlockOperationType SWAP_RESTORE_FLUSH
public static final BlockOperationType SWAP_RESTORE_BALANCE
public static BlockOperationType[] values()
for (BlockOperationType c : BlockOperationType.values()) System.out.println(c);
public static BlockOperationType 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 nullCopyright © 2022. All Rights Reserved.