Class UCUMUtil


  • public class UCUMUtil
    extends java.lang.Object
    Utility class for UCUM.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean isValidUcum​(java.lang.String ucumString)
      Determines if the string is a valid UCUM string.
      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • isValidUcum

        public static boolean isValidUcum​(java.lang.String ucumString)
        Determines if the string is a valid UCUM string.
        Parameters:
        ucumString - the string
        Returns:
        true or false