Class ReportedData.Row

    • Constructor Summary

      Constructors 
      Constructor Description
      Row​(java.util.List<ReportedData.Field> fields)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<java.lang.CharSequence> getValues​(java.lang.String variable)
      Returns the values of the field whose variable matches the requested variable.
      • Methods inherited from class java.lang.Object

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

      • getValues

        public java.util.List<java.lang.CharSequence> getValues​(java.lang.String variable)
        Returns the values of the field whose variable matches the requested variable.
        Parameters:
        variable - the variable to match.
        Returns:
        the values of the field whose variable matches the requested variable.