Interface ILcdISO19103Record

All Known Implementing Classes:
TLcdISO19103Record

public interface ILcdISO19103Record
A record as defined by the ISO 19103 standard: a Record is a list of logically related elements as (name, value) pairs.
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    All the keys used in this record.
    The value corresponding to one key.
  • Method Details Link icon

    • getNames Link icon

      Enumeration getNames()
      All the keys used in this record.
      Returns:
      all the keys used in this record.
    • getValue Link icon

      Object getValue(String aName)
      The value corresponding to one key.
      Parameters:
      aName - the name of a key.
      Returns:
      value corresponding to one key.