public static enum UtilitiesPathParameters.UtilitiesPathKey extends Enum<UtilitiesPathParameters.UtilitiesPathKey> implements PathKey
Enum Constant and Description |
---|
enzymeFactoryKey
File containing the enzymes implemented.
|
geneMappingKey
Folder containing the gene mapping files.
|
identificationParametersKey
Folder containing the identification parameters
|
prideAnnotationKey
Folder containing the pride annotation preferences.
|
ptmFactoryKey
Folder containing the PTM user preferences file.
|
utilitiesPreferencesKey
Folder containing the compomics utilities user preferences file.
|
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Returns the description of the path.
|
String |
getId()
Returns the id of the path.
|
static UtilitiesPathParameters.UtilitiesPathKey |
getKeyFromId(String id)
Returns the key from its id.
|
static UtilitiesPathParameters.UtilitiesPathKey |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UtilitiesPathParameters.UtilitiesPathKey[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UtilitiesPathParameters.UtilitiesPathKey utilitiesPreferencesKey
public static final UtilitiesPathParameters.UtilitiesPathKey ptmFactoryKey
public static final UtilitiesPathParameters.UtilitiesPathKey enzymeFactoryKey
public static final UtilitiesPathParameters.UtilitiesPathKey geneMappingKey
public static final UtilitiesPathParameters.UtilitiesPathKey prideAnnotationKey
public static final UtilitiesPathParameters.UtilitiesPathKey identificationParametersKey
public static UtilitiesPathParameters.UtilitiesPathKey[] values()
for (UtilitiesPathParameters.UtilitiesPathKey c : UtilitiesPathParameters.UtilitiesPathKey.values()) System.out.println(c);
public static UtilitiesPathParameters.UtilitiesPathKey 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 getDescription()
PathKey
getDescription
in interface PathKey
public static UtilitiesPathParameters.UtilitiesPathKey getKeyFromId(String id)
id
- the id of the key of interestCopyright © 2018. All rights reserved.