Uses of Class
org.linuxforhealth.fhir.search.location.uom.standard.MetricUnits
-
Packages that use MetricUnits Package Description org.linuxforhealth.fhir.search.location.uom.standard -
-
Uses of MetricUnits in org.linuxforhealth.fhir.search.location.uom.standard
Methods in org.linuxforhealth.fhir.search.location.uom.standard that return MetricUnits Modifier and Type Method Description static MetricUnits
MetricUnits. fromValue(java.lang.String value)
static MetricUnits
MetricUnits. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static MetricUnits[]
MetricUnits. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-