public static enum AddpDevice.AddpWlanEncMode extends Enum<AddpDevice.AddpWlanEncMode>
| Enum Constant and Description |
|---|
MODE_NONE |
MODE_WEP128 |
MODE_WEP40 |
UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
static AddpDevice.AddpWlanEncMode |
getType(int i) |
int |
getValue() |
static AddpDevice.AddpWlanEncMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AddpDevice.AddpWlanEncMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AddpDevice.AddpWlanEncMode UNKNOWN
public static final AddpDevice.AddpWlanEncMode MODE_NONE
public static final AddpDevice.AddpWlanEncMode MODE_WEP40
public static final AddpDevice.AddpWlanEncMode MODE_WEP128
public static AddpDevice.AddpWlanEncMode[] values()
for (AddpDevice.AddpWlanEncMode c : AddpDevice.AddpWlanEncMode.values()) System.out.println(c);
public static AddpDevice.AddpWlanEncMode 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 AddpDevice.AddpWlanEncMode getType(int i)