Package hec.rss.model

Interface ReportIntervalInfc

All Known Implementing Classes:
ReportInterval, SeasonalReportInterval

public interface ReportIntervalInfc
The Interface ReportIntervalInfc.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the type.
    boolean
    loadData(org.jdom.Element elem)
    Load data.
    boolean
    storeData(org.jdom.Element elem)
    Store data.
  • 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