|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<NetworkAdapterType>
org.virtualbox_5_0.NetworkAdapterType
public enum NetworkAdapterType
Network adapter type. Interface ID: {3C2281E4-D952-4E87-8C7D-24379CB6A81C}
Enum Constant Summary | |
---|---|
Am79C970A
AMD PCNet-PCI II network card (Am79C970A). |
|
Am79C973
AMD PCNet-FAST III network card (Am79C973). |
|
I82540EM
Intel PRO/1000 MT Desktop network card (82540EM). |
|
I82543GC
Intel PRO/1000 T Server network card (82543GC). |
|
I82545EM
Intel PRO/1000 MT Server network card (82545EM). |
|
Null
Null value (never used by the API). |
|
Virtio
Virtio network device. |
Method Summary | |
---|---|
static NetworkAdapterType |
fromValue(long v)
|
static NetworkAdapterType |
fromValue(java.lang.String v)
|
int |
value()
|
static NetworkAdapterType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static NetworkAdapterType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final NetworkAdapterType Null
public static final NetworkAdapterType Am79C970A
public static final NetworkAdapterType Am79C973
public static final NetworkAdapterType I82540EM
public static final NetworkAdapterType I82543GC
public static final NetworkAdapterType I82545EM
public static final NetworkAdapterType Virtio
Method Detail |
---|
public static NetworkAdapterType[] values()
for (NetworkAdapterType c : NetworkAdapterType.values()) System.out.println(c);
public static NetworkAdapterType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is nullpublic int value()
public static NetworkAdapterType fromValue(long v)
public static NetworkAdapterType fromValue(java.lang.String v)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |