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