Uses of Enum
com.compomics.util.experiment.units.MetricsPrefix
Packages that use MetricsPrefix
-
Uses of MetricsPrefix in com.compomics.util.experiment.units
Methods in com.compomics.util.experiment.units that return MetricsPrefixModifier and TypeMethodDescriptionUnitOfMeasurement.getMetricsPrefix()Returns the metrics prefix.static MetricsPrefixReturns the enum constant of this type with the specified name.static MetricsPrefix[]MetricsPrefix.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.compomics.util.experiment.units with parameters of type MetricsPrefixModifierConstructorDescriptionUnitOfMeasurement(StandardUnit standardUnit, MetricsPrefix metricsPrefix) Constructor.UnitOfMeasurement(String fullName, String abbreviation, MetricsPrefix metricsPrefix) Constructor.