public enum ReservedIniKeys extends Enum<ReservedIniKeys>
| Enum Constant and Description | 
|---|
| INPUT_FILE | 
| MANUAL_OUTPUT | 
| METADATA | 
| OUTPUT_DIR | 
| OUTPUT_PREFIX | 
| PARENT_ACCESSION | 
| PARENT_DASH_ACCESSIONS | 
| PARENT_UNDERSCORE_ACCESSIONS | 
| SEQWARE_LINES_NUMBER | 
| WORKFLOW_BUNDLE_DIR | 
| WORKFLOW_RUN_ACCESSION_DASHED | 
| WORKFLOW_RUN_ACCESSION_UNDERSCORES | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getKey() | 
| static ReservedIniKeys | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static ReservedIniKeys[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final ReservedIniKeys PARENT_UNDERSCORE_ACCESSIONS
public static final ReservedIniKeys PARENT_DASH_ACCESSIONS
public static final ReservedIniKeys OUTPUT_PREFIX
public static final ReservedIniKeys OUTPUT_DIR
public static final ReservedIniKeys PARENT_ACCESSION
public static final ReservedIniKeys MANUAL_OUTPUT
public static final ReservedIniKeys INPUT_FILE
public static final ReservedIniKeys WORKFLOW_RUN_ACCESSION_DASHED
public static final ReservedIniKeys WORKFLOW_RUN_ACCESSION_UNDERSCORES
public static final ReservedIniKeys METADATA
public static final ReservedIniKeys WORKFLOW_BUNDLE_DIR
public static final ReservedIniKeys SEQWARE_LINES_NUMBER
public static ReservedIniKeys[] values()
for (ReservedIniKeys c : ReservedIniKeys.values()) System.out.println(c);
public static ReservedIniKeys 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 getKey()
Copyright © 2015 SeqWare. All rights reserved.