| 
 | ||||||||
| 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_7_1.NetworkAdapterType
public enum NetworkAdapterType
Network adapter type.
Interface ID: {3C2281E4-D952-4E87-8C7D-24379CB6A81C}
| Enum Constant Summary | |
|---|---|
| Am79C960AMD PCnet-ISA/NE2100 network card (Am79C960). | |
| Am79C970AAMD PCNet-PCI II network card (Am79C970A). | |
| Am79C973AMD PCNet-FAST III network card (Am79C973). | |
| ELNK13Com EtherLink network card (3C501/3C500). | |
| ELNK23Com EtherLink II network card (3C503). | |
| I82540EMIntel PRO/1000 MT Desktop network card (82540EM). | |
| I82543GCIntel PRO/1000 T Server network card (82543GC). | |
| I82545EMIntel PRO/1000 MT Server network card (82545EM). | |
| NE1000Novell NE1000 network card (NE1000). | |
| NE2000Novell NE2000 network card (NE2000). | |
| NullNull value (never used by the API). | |
| VirtioVirtio network device. | |
| WD8003WD/SMC EtherCard Plus network card (WD8003E). | |
| WD8013WD/SMC EtherCard Plus 16 network card (WD8013EBT). | |
| 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
public static final NetworkAdapterType Am79C960
public static final NetworkAdapterType NE2000
public static final NetworkAdapterType NE1000
public static final NetworkAdapterType WD8013
public static final NetworkAdapterType WD8003
public static final NetworkAdapterType ELNK2
public static final NetworkAdapterType ELNK1
| 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 | |||||||