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
|
HTTP
A HTTP route type
|
LOCAL
A local filesystem 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 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 © 2019 Denodo Technologies. All rights reserved.