Interface ItoValue<T>

  • Type Parameters:
    T - the type of the contained value

    public interface ItoValue<T>
    ItoValue represent a single cell in an information takeoff.
    Since:
    9.10.8
    • Method Detail

      • getColumn

        ItoColumn getColumn()
        Returns the column from which this calculated value is generated.
        Returns:
        the column this value matches
        Since:
        9.10.8
      • getValue

        T getValue()
        Returns the value of type T.
        Returns:
        the value
        Since:
        9.10.8