Class Result

    • Method Detail

      • get

        public static Result get​(Workunit workunit,
                                 Integer sequence)
        Gets the.
        Parameters:
        workunit - the workunit
        sequence - the sequence
        Returns:
        the result
      • getWorkunit

        public Workunit getWorkunit()
        Gets the workunit.
        Returns:
        the workunit
      • getWuid

        public String getWuid()
        Gets the wuid.
        Returns:
        the wuid
      • getSequence

        public Integer getSequence()
        Gets the sequence.
        Returns:
        the sequence
      • getResultName

        public String getResultName()
        Gets the result name.
        Returns:
        the result name
      • getName

        public String getName()
        Gets the name.
        Returns:
        the name
      • getValue

        public String getValue()
        Gets the value.
        Returns:
        the value
      • getStateID

        public WUState getStateID()
        Gets the state ID.
        Returns:
        the state ID
      • getTotal

        public Long getTotal()
        Gets the total.
        Returns:
        the total
      • getResultViews

        public String[] getResultViews()
        Gets the result views.
        Returns:
        the result views
      • getColumnCount

        public int getColumnCount()
        Gets the column count.
        Returns:
        the column count
      • getColumnName

        public String getColumnName​(int i)
        Gets the column name.
        Parameters:
        i - the i
        Returns:
        the column name
      • getCell

        public String getCell​(int row,
                              int col)
        Gets the cell.
        Parameters:
        row - the row
        col - the col
        Returns:
        the cell