Class Address

java.lang.Object
de.hdm_stuttgart.mi.sd1.htmlformat.Address

public class Address extends Object
A single address record holding a representation as being described in AddressDataHandler(String)
  • Constructor Details

    • Address

      public Address(String csvRecord, int lineNumber) throws AddressParseError
      Initializing from an address string obeying the description given in AddressDataHandler(String).
      Parameters:
      csvRecord - An input address record like "Aleshia","Tomkies","Alan Co.","14 Taylor St",...
      lineNumber - Indication the current file position in case of parsing errors.
      Throws:
      AddressParseError - Data source is corrupt.