public static enum PeptideShakerPathParameters.PeptideShakerPathKey extends Enum<PeptideShakerPathParameters.PeptideShakerPathKey> implements com.compomics.software.settings.PathKey
| Enum Constant and Description |
|---|
cmsFolder
The folder to use for cms files.
|
matchesDirectory
Directory where identification matches are temporarily saved to
reduce the memory footprint.
|
peptideShakerExports
Folder containing the user custom exports file.
|
peptideShakerPreferences
Folder containing the PeptideShaker user preferences file.
|
unzipFolder
The folder to use when unzipping files.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getId() |
static PeptideShakerPathParameters.PeptideShakerPathKey |
getKeyFromId(String id)
Returns the key from its id.
|
static PeptideShakerPathParameters.PeptideShakerPathKey |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PeptideShakerPathParameters.PeptideShakerPathKey[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PeptideShakerPathParameters.PeptideShakerPathKey matchesDirectory
public static final PeptideShakerPathParameters.PeptideShakerPathKey peptideShakerPreferences
public static final PeptideShakerPathParameters.PeptideShakerPathKey peptideShakerExports
public static final PeptideShakerPathParameters.PeptideShakerPathKey unzipFolder
public static final PeptideShakerPathParameters.PeptideShakerPathKey cmsFolder
public static PeptideShakerPathParameters.PeptideShakerPathKey[] values()
for (PeptideShakerPathParameters.PeptideShakerPathKey c : PeptideShakerPathParameters.PeptideShakerPathKey.values()) System.out.println(c);
public static PeptideShakerPathParameters.PeptideShakerPathKey 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 getId()
getId in interface com.compomics.software.settings.PathKeypublic String getDescription()
getDescription in interface com.compomics.software.settings.PathKeypublic static PeptideShakerPathParameters.PeptideShakerPathKey getKeyFromId(String id)
id - the id of the key of interestCopyright © 2021. All rights reserved.