Package hec.data

Class ParameterType

All Implemented Interfaces:
Serializable

@Deprecated public class ParameterType extends AbstractDataSet implements Serializable
Deprecated.
As of 02/08/2021 use ParameterType from hec-nucleus-metadata instead.
See Also:
  • Field Details

  • Constructor Details

  • Method Details

    • hashCode

      public int hashCode()
      Deprecated.
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Deprecated.
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Deprecated.
      Overrides:
      toString in class Object
    • getParameterType

      public String getParameterType()
      Deprecated.
    • setParameterType

      public void setParameterType(String type) throws DataSetIllegalArgumentException
      Deprecated.
      Throws:
      DataSetIllegalArgumentException
    • isInstantaneous

      public boolean isInstantaneous()
      Deprecated.
      Returns a boolean describing if the Parameter Type is instantaneous or not.
    • isTotal

      public boolean isTotal()
      Deprecated.
      Returns a boolean describing if the Parameter Type is total or not.
    • isAverage

      public boolean isAverage()
      Deprecated.
      Returns a boolean describing if the Parameter Type is average or not.
    • isMinimum

      public boolean isMinimum()
      Deprecated.
    • isMaximum

      public boolean isMaximum()
      Deprecated.
    • getParameterTypeMetaData

      public mil.army.usace.hec.metadata.ParameterType getParameterTypeMetaData()
      Deprecated.
    • getAvailableParameterTypes

      public static String[] getAvailableParameterTypes()
      Deprecated.