|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<HostNetworkInterfaceStatus>
org.virtualbox_6_0.HostNetworkInterfaceStatus
public enum HostNetworkInterfaceStatus
Current status of the interface.
Interface ID: {CC474A69-2710-434B-8D99-C38E5D5A6F41}
Enum Constant Summary | |
---|---|
Down
The interface is not functioning. |
|
Unknown
The state of interface cannot be determined. |
|
Up
The interface is fully operational. |
Method Summary | |
---|---|
static HostNetworkInterfaceStatus |
fromValue(long v)
|
static HostNetworkInterfaceStatus |
fromValue(java.lang.String v)
|
int |
value()
|
static HostNetworkInterfaceStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static HostNetworkInterfaceStatus[] |
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 HostNetworkInterfaceStatus Unknown
public static final HostNetworkInterfaceStatus Up
public static final HostNetworkInterfaceStatus Down
Method Detail |
---|
public static HostNetworkInterfaceStatus[] values()
for (HostNetworkInterfaceStatus c : HostNetworkInterfaceStatus.values()) System.out.println(c);
public static HostNetworkInterfaceStatus 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 HostNetworkInterfaceStatus fromValue(long v)
public static HostNetworkInterfaceStatus fromValue(java.lang.String v)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |