public enum WifiBgscanModule extends Enum<WifiBgscanModule>
Modifier and Type | Method and Description |
---|---|
static int |
getCode(WifiBgscanModule modules) |
static WifiBgscanModule |
parseCode(int code) |
static WifiBgscanModule |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WifiBgscanModule[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WifiBgscanModule NONE
public static final WifiBgscanModule SIMPLE
public static final WifiBgscanModule LEARN
public static WifiBgscanModule[] values()
for (WifiBgscanModule c : WifiBgscanModule.values()) System.out.println(c);
public static WifiBgscanModule 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 static WifiBgscanModule parseCode(int code)
public static int getCode(WifiBgscanModule modules)
Copyright © 2014. All Rights Reserved.