public enum VdsInterfaceType extends Enum<VdsInterfaceType>
Enum Constant and Description |
---|
General |
Guests |
Management |
None |
Storage |
Modifier and Type | Method and Description |
---|---|
static VdsInterfaceType |
forValue(int value) |
int |
getValue() |
static VdsInterfaceType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VdsInterfaceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VdsInterfaceType None
public static final VdsInterfaceType General
public static final VdsInterfaceType Management
public static final VdsInterfaceType Storage
public static final VdsInterfaceType Guests
public static VdsInterfaceType[] values()
for (VdsInterfaceType c : VdsInterfaceType.values()) System.out.println(c);
public static VdsInterfaceType 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 nullpublic int getValue()
public static VdsInterfaceType forValue(int value)
Copyright © 2012. All Rights Reserved.