Package hec.rss.model
Interface ReportIntervalInfc
- All Known Implementing Classes:
ReportInterval,SeasonalReportInterval
public interface ReportIntervalInfc
The Interface ReportIntervalInfc.
-
Method Summary
-
Method Details
-
getType
String getType()Gets the type.- Returns:
- the type
-
loadData
boolean loadData(org.jdom.Element elem) Load data.- Parameters:
elem- the elem- Returns:
- true, if successful
-
storeData
boolean storeData(org.jdom.Element elem) Store data.- Parameters:
elem- the elem- Returns:
- true, if successful
-