public static enum ScannerToMap.Replace extends Enum<ScannerToMap.Replace>
| Enum Constant and Description |
|---|
ALWAYS |
NEVER |
NULL_KEYS |
NULL_VALUES |
| Modifier and Type | Method and Description |
|---|---|
static ScannerToMap.Replace |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScannerToMap.Replace[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ScannerToMap.Replace ALWAYS
public static final ScannerToMap.Replace NULL_VALUES
public static final ScannerToMap.Replace NULL_KEYS
public static final ScannerToMap.Replace NEVER
public static ScannerToMap.Replace[] values()
for (ScannerToMap.Replace c : ScannerToMap.Replace.values()) System.out.println(c);
public static ScannerToMap.Replace 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 © 2009–2021. All rights reserved.