Package xal.tools.data
Interface KeyedRecord
- All Known Implementing Classes:
GenericRecord
public interface KeyedRecord
Represents objects whose parameters can be retrieved using keys.
-
Method Summary
Modifier and TypeMethodDescriptionvalueForKey
(String key) Get the value associated with the specified key.
-
Method Details
-
valueForKey
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.
-