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