Interface IDfNetworkLocationEntry


public interface IDfNetworkLocationEntry
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns list of the first addresses in IP address ranges.
    Returns list of the last addresses in IP address ranges.
    Returns the network location map identifier, which uniquely identifies the network location map.
    Returns the network location map name.
    boolean
    Returns true if network location map is a default map, false otherwise.
  • Method Details

    • getId

      String getId()
      Returns the network location map identifier, which uniquely identifies the network location map.
      Returns:
      network location map identifier.
    • getName

      String getName()
      Returns the network location map name.
      Returns:
      network location map name.
    • isDefault

      boolean isDefault()
      Returns true if network location map is a default map, false otherwise. It can be a number of default network location maps.
      Returns:
      true if network location map is default, false otherwise.
    • getBeginIpAddressList

      IDfList getBeginIpAddressList()
      Returns list of the first addresses in IP address ranges.
      Returns:
      String list of the first addresses in IP address ranges.
    • getEndIpAddressList

      IDfList getEndIpAddressList()
      Returns list of the last addresses in IP address ranges.
      Returns:
      String list of the last addresses in IP address ranges.