Uses of Enum
eu.isas.reporter.settings.ReporterIonsLocationType
Packages that use ReporterIonsLocationType
Package
Description
Package containing the CLI classes.
Package containing the different settings.
-
Uses of ReporterIonsLocationType in eu.isas.reporter.cli
Methods in eu.isas.reporter.cli that return ReporterIonsLocationTypeModifier and TypeMethodDescriptionReporterCLIInputBean.getReporterIonsLocation()Indicates whether the quantification peaks are in the same spectra as the identification peaks. -
Uses of ReporterIonsLocationType in eu.isas.reporter.settings
Methods in eu.isas.reporter.settings that return ReporterIonsLocationTypeModifier and TypeMethodDescriptionReporterIonSelectionSettings.getReporterIonsLocation()Returns the reporter ions location.static ReporterIonsLocationTypeReporterIonsLocationType.getReporterIonsLocationType(int index) Returns the reporter ions location type corresponding to the given index.static ReporterIonsLocationTypeReporterIonsLocationType.getReporterIonsLocationType(String name) Returns the reporter ions location type corresponding to the given name.static ReporterIonsLocationTypeReturns the enum constant of this type with the specified name.static ReporterIonsLocationType[]ReporterIonsLocationType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in eu.isas.reporter.settings with parameters of type ReporterIonsLocationTypeModifier and TypeMethodDescriptionvoidReporterIonSelectionSettings.setReporterIonsLocation(ReporterIonsLocationType reporterIonsLocation) Set the reporter ions location.