Package hec.rss.model.reports
Class AlternativeInputReport
java.lang.Object
hec.rss.model.reports.AlternativeInputReport
The Class AlternativeInputReport.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic AltInputReportEnums[]The _div input data enums.static String[]The _div input data strings.static AltInputReportEnums[]The _input data enums.static String[]The _input data strings.static AltInputReportEnums[]The _junc input data enums.static String[]The _junc input data strings.static AltInputReportEnums[]The _reach input data enums.static String[]The _reach input data strings.static AltInputReportEnums[]The _res input data enums.static String[]The _res input data strings.static AltInputReportEnums[]The _res op input data enums.static String[]The _res op input data strings.static AltInputReportEnums[]The _sim run input data enums.static String[]The _sim run input data strings.static StringThe ALPHABETICAL.static StringThe B y_ elemen t_ type.static StringThe HTML.static StringThe HYDROLOGIC.static StringThe PLAI n_ text.static StringThe XML. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the display report.Gets the file path name.Gets the node map.Gets the output order.Gets the output type.voidSave report preferences.voidsetDisplayReport(boolean display) Sets the display report.voidsetFilePathName(String name) Sets the file path name.voidsetOutputOrder(String order) Sets the output order.voidsetOutputType(String type) Sets the output type.voidSets the tree node list.
-
Field Details
-
_inputDataStrings
The _input data strings. -
_inputDataEnums
The _input data enums. -
_resInputDataStrings
The _res input data strings. -
_resInputDataEnums
The _res input data enums. -
_resOpInputDataStrings
The _res op input data strings. -
_resOpInputDataEnums
The _res op input data enums. -
_reachInputDataStrings
The _reach input data strings. -
_reachInputDataEnums
The _reach input data enums. -
_juncInputDataStrings
The _junc input data strings. -
_juncInputDataEnums
The _junc input data enums. -
_divInputDataStrings
The _div input data strings. -
_divInputDataEnums
The _div input data enums. -
_simRunInputDataStrings
The _sim run input data strings. -
_simRunInputDataEnums
The _sim run input data enums. -
BY_ELEMENT_TYPE
The B y_ elemen t_ type. -
HYDROLOGIC
The HYDROLOGIC. -
ALPHABETICAL
The ALPHABETICAL. -
PLAIN_TEXT
The PLAI n_ text. -
HTML
The HTML. -
XML
The XML.
-
-
Constructor Details
-
AlternativeInputReport
public AlternativeInputReport()Instantiates a new alternative input report.
-
-
Method Details
-
setFilePathName
Sets the file path name.- Parameters:
name- the new file path name
-
getFilePathName
Gets the file path name.- Returns:
- the file path name
-
getNodeMap
Gets the node map.- Returns:
- the node map
-
setTreeNodeList
Sets the tree node list.- Parameters:
map- the map
-
getOutputOrder
Gets the output order.- Returns:
- the output order
-
setOutputOrder
Sets the output order.- Parameters:
order- the new output order
-
getOutputType
Gets the output type.- Returns:
- the output type
-
setOutputType
Sets the output type.- Parameters:
type- the new output type
-
getDisplayReport
public boolean getDisplayReport()Gets the display report.- Returns:
- the display report
-
setDisplayReport
public void setDisplayReport(boolean display) Sets the display report.- Parameters:
display- the new display report
-
saveReportPreferences
public void saveReportPreferences()Save report preferences.
-