public enum VdsSelectionAlgorithm extends Enum<VdsSelectionAlgorithm>
| Enum Constant and Description |
|---|
EvenlyDistribute |
None |
PowerSave |
| Modifier and Type | Method and Description |
|---|---|
static VdsSelectionAlgorithm |
forValue(int value) |
int |
getValue() |
static VdsSelectionAlgorithm |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VdsSelectionAlgorithm[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VdsSelectionAlgorithm None
public static final VdsSelectionAlgorithm EvenlyDistribute
public static final VdsSelectionAlgorithm PowerSave
public static VdsSelectionAlgorithm[] values()
for (VdsSelectionAlgorithm c : VdsSelectionAlgorithm.values()) System.out.println(c);
public static VdsSelectionAlgorithm 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 int getValue()
public static VdsSelectionAlgorithm forValue(int value)
Copyright © 2012. All Rights Reserved.