Uses of Enum
com.compomics.util.experiment.quantification.Quantification.QuantificationMethod
Packages that use Quantification.QuantificationMethod
Package
Description
Experiment classes related to quantification.
Experiment classes related to reporter ions.
-
Uses of Quantification.QuantificationMethod in com.compomics.util.experiment.quantification
Fields in com.compomics.util.experiment.quantification declared as Quantification.QuantificationMethodModifier and TypeFieldDescriptionprotected Quantification.QuantificationMethodQuantification.methodUsedThe quantification method usedMethods in com.compomics.util.experiment.quantification that return Quantification.QuantificationMethodModifier and TypeMethodDescriptionQuantification.getMethodUsed()getter for the method usedReturns the enum constant of this type with the specified name.static Quantification.QuantificationMethod[]Quantification.QuantificationMethod.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.compomics.util.experiment.quantification with parameters of type Quantification.QuantificationMethodModifier and TypeMethodDescriptionvoidQuantification.setMethodUsed(Quantification.QuantificationMethod methodUsed) setter for the method used -
Uses of Quantification.QuantificationMethod in com.compomics.util.experiment.quantification.reporterion
Constructors in com.compomics.util.experiment.quantification.reporterion with parameters of type Quantification.QuantificationMethodModifierConstructorDescriptionConstructor for the reporter ion quantification.