public static enum NetworkDeviceManager.NetworkDevice.Configuration extends java.lang.Enum<NetworkDeviceManager.NetworkDevice.Configuration>
Modifier and Type | Method and Description |
---|---|
static NetworkDeviceManager.NetworkDevice.Configuration |
findFromValue(int value) |
java.lang.String |
getName() |
static java.lang.String |
getStringList() |
int |
getValue() |
static NetworkDeviceManager.NetworkDevice.Configuration |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NetworkDeviceManager.NetworkDevice.Configuration[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NetworkDeviceManager.NetworkDevice.Configuration NONE
public static final NetworkDeviceManager.NetworkDevice.Configuration DHCP
public static final NetworkDeviceManager.NetworkDevice.Configuration STATIC
public static NetworkDeviceManager.NetworkDevice.Configuration[] values()
for (NetworkDeviceManager.NetworkDevice.Configuration c : NetworkDeviceManager.NetworkDevice.Configuration.values()) System.out.println(c);
public static NetworkDeviceManager.NetworkDevice.Configuration 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 namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getName()
public int getValue()
public static NetworkDeviceManager.NetworkDevice.Configuration findFromValue(int value)
public static java.lang.String getStringList()