Package hec.data

Enum Class ParamDoubleSupport

java.lang.Object
java.lang.Enum<ParamDoubleSupport>
hec.data.ParamDoubleSupport
All Implemented Interfaces:
Serializable, Comparable<ParamDoubleSupport>, Constable

public enum ParamDoubleSupport extends Enum<ParamDoubleSupport>
  • Enum Constant Details

  • Method Details

    • values

      public static ParamDoubleSupport[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static ParamDoubleSupport valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • getPrecision

      public int getPrecision()
    • getParameterId

      public int getParameterId()
    • buildParamDouble

      public ParamDouble buildParamDouble()
    • initParamDouble

      public void initParamDouble(ParamDouble pd)
    • convertParamDouble

      public void convertParamDouble(ParamDouble pd, int unitSystem)
    • getEnglishUnits

      public String getEnglishUnits()
    • getSiUnits

      public String getSiUnits()
    • getComparisonTolerance

      public double getComparisonTolerance()