Class MultiRowValue<E>

  • Type Parameters:
    E - The value type
    Direct Known Subclasses:
    MultiRowFirstValue, MultiRowLaterValue

    public abstract class MultiRowValue<E>
    extends java.lang.Object
    An object representing an entry in a MultiRow.
    Author:
    Matthew Wakeling
    • Constructor Summary

      Constructors 
      Constructor Description
      MultiRowValue()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract E getValue()
      Returns the value of the entry.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MultiRowValue

        public MultiRowValue()
    • Method Detail

      • getValue

        public abstract E getValue()
        Returns the value of the entry.
        Returns:
        an object