public enum ScanMode extends Enum<ScanMode>
| Modifier and Type | Method and Description |
|---|---|
static ScanMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScanMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ScanMode DISABLED
public static final ScanMode ENABLED
public static final ScanMode WARNING
public static ScanMode[] values()
for (ScanMode c : ScanMode.values()) System.out.println(c);
public static ScanMode 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 nullCopyright © 2017 etc.to. All rights reserved.