Class IndeterminateValue

    • Method Detail

      • values

        public static IndeterminateValue[] values()
        Returns the list of IndeterminateValues.
        Returns:
        The list of codes declared in the current JVM.
      • valueOf

        public static IndeterminateValue valueOf​(String code)
        Returns the indeterminate value that matches the given string, or returns a new one if none match it.
        Parameters:
        code - The name of the code to fetch or to create.
        Returns:
        A code matching the given name.