Interface Value

All Known Subinterfaces:
KeyedValue<K>, KeyedValueDataset, ValueDataset
All Known Implementing Classes:
DefaultKeyedValue, DefaultKeyedValueDataset, DefaultValueDataset

public interface Value
A general purpose interface for accessing a value.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the value.
  • Method Details

    • getValue

      Returns the value.
      Returns:
      The value (possibly null).