Class MatchingFrameValueProvider

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object getValue​(java.lang.String variableName)
      Returns the value of the selected variable
      • Methods inherited from class java.lang.Object

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

      • MatchingFrameValueProvider

        public MatchingFrameValueProvider​(MatchingFrame frame,
                                          java.util.Map<java.lang.String,​java.lang.Integer> nameMap)
    • Method Detail

      • getValue

        public java.lang.Object getValue​(java.lang.String variableName)
        Description copied from interface: IValueProvider
        Returns the value of the selected variable
        Specified by:
        getValue in interface IValueProvider
        Returns:
        the value of the variable; never null