public enum StepIOKeys extends Enum<StepIOKeys>
Enum Constant and Description |
---|
CALC_INTERM_RESULTS |
CROSSTAB_METADATA |
DATA_ROW_COUNT |
DISTRIBUTION_OF_CALCULATORS |
FILES_WITH_SORTED_VALUES |
IN_MEM_SORTED_RESULT |
INTERMEDIATE_CROSSTAB_DATA_INFO |
INTERMEDIATE_CROSSTAB_OUTPUT |
INTERMEDIATE_DISTINCT_VALUES_HOLDER |
INTERMEDIATE_ROW |
INTERMEDIATE_SERIALIZED_FILE |
INTERNAL_DATA_COLS |
INTERNAL_GROUP_COLS |
LAST_GROUPING_VALUES |
LOCAL_REPORT_INPUT |
NEW_GROUPING_LEVEL |
NO_KEY
this key will not be taken into account (it is used for NO_RESULT steps)
|
SORTABLE_DATA_COLS_INDEXES |
Modifier and Type | Method and Description |
---|---|
static StepIOKeys |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StepIOKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StepIOKeys NO_KEY
public static final StepIOKeys CROSSTAB_METADATA
public static final StepIOKeys INTERNAL_GROUP_COLS
public static final StepIOKeys INTERNAL_DATA_COLS
public static final StepIOKeys NEW_GROUPING_LEVEL
public static final StepIOKeys CALC_INTERM_RESULTS
public static final StepIOKeys DISTRIBUTION_OF_CALCULATORS
public static final StepIOKeys LAST_GROUPING_VALUES
public static final StepIOKeys INTERMEDIATE_DISTINCT_VALUES_HOLDER
public static final StepIOKeys INTERMEDIATE_CROSSTAB_DATA_INFO
public static final StepIOKeys INTERMEDIATE_ROW
public static final StepIOKeys DATA_ROW_COUNT
public static final StepIOKeys SORTABLE_DATA_COLS_INDEXES
public static final StepIOKeys IN_MEM_SORTED_RESULT
public static final StepIOKeys LOCAL_REPORT_INPUT
public static final StepIOKeys INTERMEDIATE_CROSSTAB_OUTPUT
public static final StepIOKeys FILES_WITH_SORTED_VALUES
public static final StepIOKeys INTERMEDIATE_SERIALIZED_FILE
public static StepIOKeys[] values()
for (StepIOKeys c : StepIOKeys.values()) System.out.println(c);
public static StepIOKeys 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 © 2006–2015. All rights reserved.