Uses of Class
com.compomics.util.parameters.peptide_shaker.ProjectType
Package | Description |
---|---|
com.compomics.util.parameters.peptide_shaker |
PeptideShaker parameters.
|
-
Uses of ProjectType in com.compomics.util.parameters.peptide_shaker
Methods in com.compomics.util.parameters.peptide_shaker that return ProjectType Modifier and Type Method Description static ProjectType
ProjectType. getProjectType(String guiOption)
Returns the project type corresponding to the given GUI option.static ProjectType
ProjectType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ProjectType[]
ProjectType. values()
Returns an array containing the constants of this enum type, in the order they are declared.