public static enum PreprocessingStepParameter.DATA_TYPE extends Enum<PreprocessingStepParameter.DATA_TYPE>
| Modifier and Type | Method and Description |
|---|---|
String |
getDataType() |
static PreprocessingStepParameter.DATA_TYPE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PreprocessingStepParameter.DATA_TYPE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PreprocessingStepParameter.DATA_TYPE STRING
public static final PreprocessingStepParameter.DATA_TYPE BOOLEAN
public static final PreprocessingStepParameter.DATA_TYPE LONG
public static PreprocessingStepParameter.DATA_TYPE[] values()
for (PreprocessingStepParameter.DATA_TYPE c : PreprocessingStepParameter.DATA_TYPE.values()) System.out.println(c);
public static PreprocessingStepParameter.DATA_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 nullpublic String getDataType()
Copyright © 2018–2019 viadee Unternehmensberatung AG. All rights reserved.