Interface KeyedRecord

All Known Implementing Classes:
GenericRecord

public interface KeyedRecord
Represents objects whose parameters can be retrieved using keys.
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the value associated with the specified key.
  • Method Details

    • valueForKey

      Object valueForKey(String key)
      Get the value associated with the specified key.
      Parameters:
      key - The key for which to get the associated value.
      Returns:
      The value as an Object.