Package hec.rss.model

Class ModelConst

java.lang.Object
hec.rss.model.ModelConst

public class ModelConst extends Object
This class defines sets of model constant values and parameter/unit strings.

This class will automatically keep its contants in sync with the hec.data classes.

  • Field Details

    • PARAMID_FLOW

      public static int PARAMID_FLOW
    • PARAMID_ELEV

      public static int PARAMID_ELEV
    • PARAMID_AREA

      public static int PARAMID_AREA
    • PARAMID_STAGE

      public static int PARAMID_STAGE
    • PARAMID_STOR

      public static int PARAMID_STOR
    • PARAMID_PRECIP

      public static int PARAMID_PRECIP
    • PARAMID_EVAP

      public static int PARAMID_EVAP
    • LAST_PARAMID

      public static int LAST_PARAMID
    • UNDEFINED_STRING

      public static String UNDEFINED_STRING
    • PARAMSTR_FLOW

      public static String PARAMSTR_FLOW
    • PARAMSTR_ELEV

      public static String PARAMSTR_ELEV
    • PARAMSTR_AREA

      public static String PARAMSTR_AREA
    • PARAMSTR_STAGE

      public static String PARAMSTR_STAGE
    • PARAMSTR_STOR

      public static String PARAMSTR_STOR
    • PARAMSTR_PRECIP

      public static String PARAMSTR_PRECIP
    • PARAMSTR_EVAP

      public static String PARAMSTR_EVAP
    • PARAMSTR_LONG_FLOW

      public static String PARAMSTR_LONG_FLOW
    • PARAMSTR_LONG_ELEV

      public static String PARAMSTR_LONG_ELEV
    • PARAMSTR_LONG_AREA

      public static String PARAMSTR_LONG_AREA
    • PARAMSTR_LONG_STAGE

      public static String PARAMSTR_LONG_STAGE
    • PARAMSTR_LONG_STOR

      public static String PARAMSTR_LONG_STOR
    • PARAMSTR_LONG_PRECIP

      public static String PARAMSTR_LONG_PRECIP
    • PARAMSTR_LONG_EVAP

      public static String PARAMSTR_LONG_EVAP
    • ENGLISH

      public static int ENGLISH
    • SI

      public static int SI
    • UNITSTR_ENG_FLOW

      public static String UNITSTR_ENG_FLOW
    • UNITSTR_ENG_ELEV

      public static String UNITSTR_ENG_ELEV
    • UNITSTR_ENG_AREA

      public static String UNITSTR_ENG_AREA
    • UNITSTR_ENG_STAGE

      public static String UNITSTR_ENG_STAGE
    • UNITSTR_ENG_STOR

      public static String UNITSTR_ENG_STOR
    • UNITSTR_ENG_PRECIP

      public static String UNITSTR_ENG_PRECIP
    • UNITSTR_ENG_EVAP

      public static String UNITSTR_ENG_EVAP
    • UNITSTR_SI_FLOW

      public static String UNITSTR_SI_FLOW
    • UNITSTR_SI_ELEV

      public static String UNITSTR_SI_ELEV
    • UNITSTR_SI_AREA

      public static String UNITSTR_SI_AREA
    • UNITSTR_SI_STAGE

      public static String UNITSTR_SI_STAGE
    • UNITSTR_SI_STOR

      public static String UNITSTR_SI_STOR
    • UNITSTR_SI_PRECIP

      public static String UNITSTR_SI_PRECIP
    • UNITSTR_SI_EVAP

      public static String UNITSTR_SI_EVAP
    • FLOWMOD_HOLD

      public static String FLOWMOD_HOLD
    • FLOWMOD_REG

      public static String FLOWMOD_REG
    • FLOWMOD_UNREG

      public static String FLOWMOD_UNREG
    • FLOWMOD_EVAP

      public static String FLOWMOD_EVAP
    • FLOWMOD_LEAK

      public static String FLOWMOD_LEAK
    • FLOWMOD_OVER

      public static String FLOWMOD_OVER
    • FLOWMOD_SEEP

      public static String FLOWMOD_SEEP
    • FLOWMOD_SPILL

      public static String FLOWMOD_SPILL
  • Constructor Details

    • ModelConst

      public ModelConst()
  • Method Details

    • getParamString

      public static String getParamString(int paramId)
      returns the short parameter name for the given parameter id
    • getParamStringLong

      public static String getParamStringLong(int paramId)
      returns the long parameter name for the given parameter id
    • getUnitsString

      public static String getUnitsString(int paramId, int units)
      returns the english or si units string for the given parameter id