Package hec.data.pool

Interface IPoolName

All Known Implementing Classes:
PoolName

public interface IPoolName
Data object representing the name of a Pool, this is very similar to a SpecifiedLevel, and is used to identify groups of Pools.
  • Method Summary

    Modifier and Type
    Method
    Description
    Creates a new PoolNameRef object that can be used for retrieval of data.
    Returns the office ID
    Returns the pool name as text
  • Method Details

    • getPoolName

      String getPoolName()
      Returns the pool name as text
      Returns:
      Pool name text
    • getOfficeId

      String getOfficeId()
      Returns the office ID
      Returns:
      Office ID
    • asRef

      PoolNameRef asRef()
      Creates a new PoolNameRef object that can be used for retrieval of data.
      Returns:
      New PoolNameRef instance containing all of the information in this instance.