public static enum CustomWrapperInputParameterTypeFactory.RouteType extends Enum<CustomWrapperInputParameterTypeFactory.RouteType>
Enum Constant and Description |
---|
DENODO_BROWSER
A sequence in the Denodo Browser route type
|
FTP
A FTP route type
|
HDFS
A HDFS route type
|
HTTP
A HTTP route type
|
LOCAL
A local filesystem route type
|
S3
A S3 route type
|
VARIABLE
A variable route type
|
Modifier and Type | Method and Description |
---|---|
static CustomWrapperInputParameterTypeFactory.RouteType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CustomWrapperInputParameterTypeFactory.RouteType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CustomWrapperInputParameterTypeFactory.RouteType HTTP
public static final CustomWrapperInputParameterTypeFactory.RouteType FTP
public static final CustomWrapperInputParameterTypeFactory.RouteType LOCAL
public static final CustomWrapperInputParameterTypeFactory.RouteType VARIABLE
public static final CustomWrapperInputParameterTypeFactory.RouteType DENODO_BROWSER
public static final CustomWrapperInputParameterTypeFactory.RouteType HDFS
public static final CustomWrapperInputParameterTypeFactory.RouteType S3
public static CustomWrapperInputParameterTypeFactory.RouteType[] values()
for (CustomWrapperInputParameterTypeFactory.RouteType c : CustomWrapperInputParameterTypeFactory.RouteType.values()) System.out.println(c);
public static CustomWrapperInputParameterTypeFactory.RouteType 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 © 2023 Denodo Technologies. All rights reserved.