public class AmountOfSubstanceUnit extends Unit
Modifier and Type | Field and Description |
---|---|
static AmountOfSubstanceUnit |
mole |
static AmountOfSubstanceUnit |
mole_equivalent
The mole equivalents of an acid or base is determined by calculating the number of H+ or OH- ions per molecule.
|
Modifier and Type | Method and Description |
---|---|
static AmountOfSubstanceUnit |
valueOf(String inString) |
addAlternateName, compareTo, compareTo, computeBaseSIValue, computeScaledValue, computeUnitLabel, computeValueFromBaseSIValue, equals, getAbbrev, getAlternateNames, getDenominator, getMathContext, getMeasurementSystem, getNumerator, getPlural, getPluralAbbrev, getPow, getQuantityType, getSubUnits, hashCode, hasSubUnits, name, setDefaultMathContext, setMathContext, setMeasurementSystem, setPlural, setPluralAbbrev, toString, valueOf, valueOf, values
public static final AmountOfSubstanceUnit mole
public static final AmountOfSubstanceUnit mole_equivalent
public static AmountOfSubstanceUnit valueOf(String inString)
jataylor@hairyfatguy.com