Uses of Class
com.compomics.util.experiment.units.MetricsPrefix
Package | Description |
---|---|
com.compomics.util.experiment.units |
Unit related classes.
|
-
Uses of MetricsPrefix in com.compomics.util.experiment.units
Methods in com.compomics.util.experiment.units that return MetricsPrefix Modifier and Type Method Description MetricsPrefix
UnitOfMeasurement. getMetricsPrefix()
Returns the metrics prefix.static MetricsPrefix
MetricsPrefix. valueOf(String name)
Returns 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 MetricsPrefix Constructor Description UnitOfMeasurement(StandardUnit standardUnit, MetricsPrefix metricsPrefix)
Constructor.UnitOfMeasurement(String fullName, String abbreviation, MetricsPrefix metricsPrefix)
Constructor.