Uses of Enum
com.compomics.util.experiment.units.StandardUnit
Packages that use StandardUnit
-
Uses of StandardUnit in com.compomics.util.experiment.units
Methods in com.compomics.util.experiment.units that return StandardUnitModifier and TypeMethodDescriptionstatic StandardUnitStandardUnit.getStandardUnit(String fullName) Returns the standard unit having the given full name.static StandardUnitReturns 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 StandardUnitModifierConstructorDescriptionUnitOfMeasurement(StandardUnit standardUnit) Constructor.UnitOfMeasurement(StandardUnit standardUnit, MetricsPrefix metricsPrefix) Constructor.