public enum EthernetDriverType extends Enum<EthernetDriverType>
| Modifier and Type | Method and Description |
|---|---|
static EthernetDriverType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EthernetDriverType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EthernetDriverType PCNET32
public static final EthernetDriverType VMXNET3
public static final EthernetDriverType E1000
public static EthernetDriverType[] values()
for (EthernetDriverType c : EthernetDriverType.values()) System.out.println(c);
public static EthernetDriverType 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 © 2008-2014 Abiquo Holdings S.L.. All Rights Reserved.