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