public enum IqLoadMode extends Enum<IqLoadMode>
| Enum Constant and Description |
|---|
IQ |
IQ_CLIENT |
IQ_CLIENT_WINDOWS |
IQ_FTP |
IQ_FTP_WINDOWS |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isClientLoadEnabled() |
boolean |
isConvertToWindowsFileSyntax() |
boolean |
isRequiresCoreLoadOptions() |
boolean |
isUseFtpLoad() |
static IqLoadMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IqLoadMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IqLoadMode IQ
public static final IqLoadMode IQ_CLIENT
public static final IqLoadMode IQ_CLIENT_WINDOWS
public static final IqLoadMode IQ_FTP
public static final IqLoadMode IQ_FTP_WINDOWS
public static IqLoadMode[] values()
for (IqLoadMode c : IqLoadMode.values()) System.out.println(c);
public static IqLoadMode 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 boolean isRequiresCoreLoadOptions()
public boolean isClientLoadEnabled()
public boolean isConvertToWindowsFileSyntax()
public boolean isUseFtpLoad()
Copyright © 2017 Goldman Sachs. All rights reserved.