Package com.compomics.software.settings
Interface PathKey
- All Known Implementing Classes:
UtilitiesPathParameters.UtilitiesPathKey
public interface PathKey
Interface for a path key.
- Author:
- Marc Vaudel
-
Method Summary
Modifier and Type Method Description String
getDescription()
Returns the description of the path.String
getId()
Returns the id of the path.
-
Method Details
-
getId
String getId()Returns the id of the path.- Returns:
- the id of the path
-
getDescription
String getDescription()Returns the description of the path.- Returns:
- the description of the path
-