public enum ScanSettingsTable extends Enum<ScanSettingsTable>
Enum Constant and Description |
---|
ID |
PARAM_TREE |
SHARED_PARAM_TREE_ID |
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
static ScanSettingsTable |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScanSettingsTable[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ScanSettingsTable ID
public static final ScanSettingsTable PARAM_TREE
public static final ScanSettingsTable SHARED_PARAM_TREE_ID
public static String tableName
public static ScanSettingsTable[] values()
for (ScanSettingsTable c : ScanSettingsTable.values()) System.out.println(c);
public static ScanSettingsTable 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 String getValue()
Copyright © 2019. All rights reserved.