Uses of Class
com.compomics.util.experiment.units.StandardUnit
Package | Description |
---|---|
com.compomics.util.experiment.units |
Unit related classes.
|
-
Uses of StandardUnit in com.compomics.util.experiment.units
Methods in com.compomics.util.experiment.units that return StandardUnit Modifier and Type Method Description static StandardUnit
StandardUnit. getStandardUnit(String fullName)
Returns the standard unit having the given full name.static StandardUnit
StandardUnit. valueOf(String name)
Returns the enum constant of this type with the specified name.static StandardUnit[]
StandardUnit. 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 StandardUnit Constructor Description UnitOfMeasurement(StandardUnit standardUnit)
Constructor.UnitOfMeasurement(StandardUnit standardUnit, MetricsPrefix metricsPrefix)
Constructor.