public enum AlgoIOKeys extends Enum<AlgoIOKeys>
| Modifier and Type | Method and Description |
|---|---|
static AlgoIOKeys |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AlgoIOKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AlgoIOKeys NO_KEY
public static final AlgoIOKeys TEST_KEY
public static final AlgoIOKeys TABLE_INPUT
public static final AlgoIOKeys NEW_REPORT_OUTPUT
public static final AlgoIOKeys DATA_COLS
public static final AlgoIOKeys GROUP_COLS
public static final AlgoIOKeys SHOW_TOTALS
public static final AlgoIOKeys SHOW_GRAND_TOTAL
public static final AlgoIOKeys CROSSTAB_HEADER_ROWS
public static final AlgoIOKeys CROSSTAB_DATA
public static final AlgoIOKeys ORIGINAL_CT_DATA_COLS_COUNT
public static final AlgoIOKeys ORIGINAL_CT_GROUP_COLS_COUNT
public static final AlgoIOKeys DISTINCT_VALUES_HOLDER
public static final AlgoIOKeys SORTED_FILES
public static final AlgoIOKeys HAS_VALUES_ORDERED
public static final AlgoIOKeys INTERMEDIATE_OUTPUT_FILE
public static final AlgoIOKeys RESULT_FO_FILE
public static AlgoIOKeys[] values()
for (AlgoIOKeys c : AlgoIOKeys.values()) System.out.println(c);
public static AlgoIOKeys 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.