public class CustomWrapperInputParameterTypeFactory extends Object
CustomWrapperInputParameter.CustomWrapperInputParameter,
CustomWrapperInputParameterType| Modifier and Type | Class and Description |
|---|---|
static class |
CustomWrapperInputParameterTypeFactory.RouteType
Defines the supported route types.
|
| Modifier and Type | Method and Description |
|---|---|
static CustomWrapperInputParameterType |
booleanType(boolean defaultValue)
Returns an instance of
CustomWrapperInputParameterType that
represents boolean values. |
static CustomWrapperInputParameterType |
decimalType()
Returns an instance of
CustomWrapperInputParameterType that
represents decimal values. |
static CustomWrapperInputParameterType |
doubleType()
Returns an instance of
CustomWrapperInputParameterType that
represents double values. |
static CustomWrapperInputParameterType |
enumStringType(String[] values)
Returns an instance of
CustomWrapperInputParameterType that
represents text values which could only take some limited values. |
static CustomWrapperInputParameterType |
floatType()
Returns an instance of
CustomWrapperInputParameterType that
represents float values. |
static CustomWrapperInputParameterType |
hiddenStringType()
Returns an instance of
CustomWrapperInputParameterType that
represents text values which will not be visible in the GUI. |
static CustomWrapperInputParameterType |
integerType()
Returns an instance of
CustomWrapperInputParameterType that
represents integer values. |
static CustomWrapperInputParameterType |
loginType()
Returns an instance of
CustomWrapperInputParameterType that
represents a text value that can be used as login if the pass-through
session credentials is used. |
static CustomWrapperInputParameterType |
longStringType()
Returns an instance of
CustomWrapperInputParameterType that
represents arbitrary long text values. |
static CustomWrapperInputParameterType |
longType()
Returns an instance of
CustomWrapperInputParameterType that
represents long values. |
static CustomWrapperInputParameterType |
passwordType()
Returns an instance of
CustomWrapperInputParameterType that
represents a hidden text value that can be used as password if the
pass-through session credentials is used. |
static CustomWrapperInputParameterType |
routeType(CustomWrapperInputParameterTypeFactory.RouteType[] availableRouteTypes)
Returns an instance of
CustomWrapperInputParameterType that
represents route values. |
static CustomWrapperInputParameterType |
stringType()
Returns an instance of
CustomWrapperInputParameterType that
represents simple text values. |
public static CustomWrapperInputParameterType booleanType(boolean defaultValue)
CustomWrapperInputParameterType that
represents boolean values.defaultValue - The default value for this
CustomWrapperInputParameterTypeCustomWrapperInputParameterType that
represents boolean values.public static CustomWrapperInputParameterType integerType()
CustomWrapperInputParameterType that
represents integer values.CustomWrapperInputParameterType that
represents integer values.public static CustomWrapperInputParameterType longType()
CustomWrapperInputParameterType that
represents long values.CustomWrapperInputParameterType that
represents long values.public static CustomWrapperInputParameterType floatType()
CustomWrapperInputParameterType that
represents float values.CustomWrapperInputParameterType that
represents float values.public static CustomWrapperInputParameterType doubleType()
CustomWrapperInputParameterType that
represents double values.CustomWrapperInputParameterType that
represents double values.public static CustomWrapperInputParameterType decimalType()
CustomWrapperInputParameterType that
represents decimal values.CustomWrapperInputParameterType that
represents decimal values.public static CustomWrapperInputParameterType stringType()
CustomWrapperInputParameterType that
represents simple text values.CustomWrapperInputParameterType that
represents simple text values.public static CustomWrapperInputParameterType hiddenStringType()
CustomWrapperInputParameterType that
represents text values which will not be visible in the GUI.CustomWrapperInputParameterType that
represents text values which will not be visible in the GUI.public static CustomWrapperInputParameterType longStringType()
CustomWrapperInputParameterType that
represents arbitrary long text values.CustomWrapperInputParameterType that
represents arbitrary long text values.public static CustomWrapperInputParameterType enumStringType(String[] values)
CustomWrapperInputParameterType that
represents text values which could only take some limited values.values - list of values that the text could take.CustomWrapperInputParameterType that
represents text values which could only take some limited values.public static CustomWrapperInputParameterType routeType(CustomWrapperInputParameterTypeFactory.RouteType[] availableRouteTypes)
CustomWrapperInputParameterType that
represents route values.availableRouteTypes - list of RouteType that will be available for this
type.CustomWrapperInputParameterType that
represents route values.public static CustomWrapperInputParameterType loginType()
CustomWrapperInputParameterType that
represents a text value that can be used as login if the pass-through
session credentials is used.availableRouteTypes - list of RouteType that will be available for this
type.CustomWrapperInputParameterType that
represents route values.public static CustomWrapperInputParameterType passwordType()
CustomWrapperInputParameterType that
represents a hidden text value that can be used as password if the
pass-through session credentials is used.availableRouteTypes - list of RouteType that will be available for this
type.CustomWrapperInputParameterType that
represents route values.Copyright © 2019 Denodo Technologies. All rights reserved.