Uses of Class
com.compomics.util.parameters.identification.advanced.PeptideVariantsParameters.VariantType
Package | Description |
---|---|
com.compomics.util.parameters.identification.advanced |
Advanced Identification parameters.
|
-
Uses of PeptideVariantsParameters.VariantType in com.compomics.util.parameters.identification.advanced
Methods in com.compomics.util.parameters.identification.advanced that return PeptideVariantsParameters.VariantType Modifier and Type Method Description PeptideVariantsParameters.VariantType
PeptideVariantsParameters. getVariantType()
Returns whether the specific variant count limitations should be used.static PeptideVariantsParameters.VariantType
PeptideVariantsParameters.VariantType. valueOf(String name)
Returns the enum constant of this type with the specified name.static PeptideVariantsParameters.VariantType[]
PeptideVariantsParameters.VariantType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.compomics.util.parameters.identification.advanced with parameters of type PeptideVariantsParameters.VariantType Modifier and Type Method Description void
PeptideVariantsParameters. setVatiantType(PeptideVariantsParameters.VariantType variantType)
Sets whether the specific variant count limitations should be used.