Interface ILcdAssoc

All Superinterfaces:
Serializable
All Known Implementing Classes:
TLcdAssoc

public interface ILcdAssoc extends Serializable
This interface defines methods for managing and using a single key-value association.
  • Method Details Link icon

    • getKey Link icon

      Object getKey()
      Returns:
      the key of this association.
    • setKey Link icon

      void setKey(Object aKey)
      Sets the key of this association.
    • getValue Link icon

      Object getValue()
      Returns:
      the value of this association.
    • setValue Link icon

      void setValue(Object aValue)
      Sets the value of this association.
    • cloneAsILcdAssoc Link icon

      ILcdAssoc cloneAsILcdAssoc()
      Returns:
      a clone of this ILcdAssoc.