public static enum EtlUtils.HowToSearch extends Enum<EtlUtils.HowToSearch>
| Enum Constant and Description |
|---|
DEST_FIRST
The dest first.
|
DEST_ONLY
The dest only.
|
SOURCE_FIRST
The source first.
|
SOURCE_ONLY
The source only.
|
| Modifier and Type | Method and Description |
|---|---|
static EtlUtils.HowToSearch |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EtlUtils.HowToSearch[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EtlUtils.HowToSearch SOURCE_ONLY
public static final EtlUtils.HowToSearch DEST_ONLY
public static final EtlUtils.HowToSearch SOURCE_FIRST
public static final EtlUtils.HowToSearch DEST_FIRST
public static EtlUtils.HowToSearch[] values()
for (EtlUtils.HowToSearch c : EtlUtils.HowToSearch.values()) System.out.println(c);
public static EtlUtils.HowToSearch 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 © 2010-2020 Toolsverse. All Rights Reserved.