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