Uses of Class
org.hl7.fhir.utilities.Utilities.DecimalStatus
-
Packages that use Utilities.DecimalStatus Package Description org.hl7.fhir.utilities -
-
Uses of Utilities.DecimalStatus in org.hl7.fhir.utilities
Methods in org.hl7.fhir.utilities that return Utilities.DecimalStatus Modifier and Type Method Description static Utilities.DecimalStatusUtilities. checkDecimal(String value, boolean allowExponent, boolean allowLeadingZero)static Utilities.DecimalStatusUtilities.DecimalStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static Utilities.DecimalStatus[]Utilities.DecimalStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.
-