public static enum UtilitiesPathPreferences.UtilitiesPathKey extends Enum<UtilitiesPathPreferences.UtilitiesPathKey>
Enum Constant and Description |
---|
fastaIndexesKey
Folder containing the indexes of the protein sequences databases.
|
geneMappingKey
Folder containing the gene mapping files.
|
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 UtilitiesPathPreferences.UtilitiesPathKey |
getKeyFromId(String id)
Returns the key from its id.
|
static UtilitiesPathPreferences.UtilitiesPathKey |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UtilitiesPathPreferences.UtilitiesPathKey[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UtilitiesPathPreferences.UtilitiesPathKey utilitiesPreferencesKey
public static final UtilitiesPathPreferences.UtilitiesPathKey ptmFactoryKey
public static final UtilitiesPathPreferences.UtilitiesPathKey fastaIndexesKey
public static final UtilitiesPathPreferences.UtilitiesPathKey geneMappingKey
public static final UtilitiesPathPreferences.UtilitiesPathKey prideAnnotationKey
public static UtilitiesPathPreferences.UtilitiesPathKey[] values()
for (UtilitiesPathPreferences.UtilitiesPathKey c : UtilitiesPathPreferences.UtilitiesPathKey.values()) System.out.println(c);
public static UtilitiesPathPreferences.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 getId()
public String getDescription()
public static UtilitiesPathPreferences.UtilitiesPathKey getKeyFromId(String id)
id
- the id of the key of interestCopyright © 2015. All rights reserved.