Package eu.isas.reporter.preferences
Enum ReporterPathPreferences.ReporterPathKey
java.lang.Object
java.lang.Enum<ReporterPathPreferences.ReporterPathKey>
eu.isas.reporter.preferences.ReporterPathPreferences.ReporterPathKey
- All Implemented Interfaces:
com.compomics.software.settings.PathKey,Serializable,Comparable<ReporterPathPreferences.ReporterPathKey>,java.lang.constant.Constable
- Enclosing class:
ReporterPathPreferences
public static enum ReporterPathPreferences.ReporterPathKey
extends Enum<ReporterPathPreferences.ReporterPathKey>
implements com.compomics.software.settings.PathKey
Enum of the paths which can be set in Reporter.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Method Summary
Modifier and TypeMethodDescriptiongetId()getKeyFromId(String id) Returns the key from its id.Returns the enum constant of this type with the specified name.values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
reporterExports
Folder containing the user custom exports file.
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
getKeyFromId
Returns the key from its id. Null if not found.- Parameters:
id- the id of the key of interest- Returns:
- the key of interest
-
getId
- Specified by:
getIdin interfacecom.compomics.software.settings.PathKey
-
getDescription
- Specified by:
getDescriptionin interfacecom.compomics.software.settings.PathKey
-