Class CompositeResult.Entry

  • Enclosing class:
    CompositeResult

    public static class CompositeResult.Entry
    extends java.lang.Object
    An individual sub-result
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getName()
      Get the name of the sub-result
      IResult getResult()
      Get the sub-result
      • Methods inherited from class java.lang.Object

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

      • getName

        public java.lang.String getName()
        Get the name of the sub-result
        Returns:
        the name
      • getResult

        public IResult getResult()
        Get the sub-result
        Returns:
        the sub-result