public static enum CustomWrapperInputParameterType.Type extends Enum<CustomWrapperInputParameterType.Type>
Enum Constant and Description |
---|
BOOLEAN |
DECIMAL |
DOUBLE |
FLOAT |
INTEGER |
LONG |
ROUTE |
STRING |
Modifier and Type | Method and Description |
---|---|
static CustomWrapperInputParameterType.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CustomWrapperInputParameterType.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CustomWrapperInputParameterType.Type BOOLEAN
public static final CustomWrapperInputParameterType.Type INTEGER
public static final CustomWrapperInputParameterType.Type LONG
public static final CustomWrapperInputParameterType.Type FLOAT
public static final CustomWrapperInputParameterType.Type DOUBLE
public static final CustomWrapperInputParameterType.Type DECIMAL
public static final CustomWrapperInputParameterType.Type STRING
public static final CustomWrapperInputParameterType.Type ROUTE
public static CustomWrapperInputParameterType.Type[] values()
for (CustomWrapperInputParameterType.Type c : CustomWrapperInputParameterType.Type.values()) System.out.println(c);
public static CustomWrapperInputParameterType.Type 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.