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