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