Class ConstantValueProvider

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.Object value  
    • Constructor Summary

      Constructors 
      Constructor Description
      ConstantValueProvider​(java.lang.Object value)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object getValue​(VariableScope scope)  
      void setValue​(java.lang.Object value)  
      • Methods inherited from class java.lang.Object

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

      • value

        protected java.lang.Object value
    • Constructor Detail

      • ConstantValueProvider

        public ConstantValueProvider​(java.lang.Object value)
    • Method Detail

      • getValue

        public java.lang.Object getValue​(VariableScope scope)
        Specified by:
        getValue in interface ParameterValueProvider
        Parameters:
        scope - the scope in which the value is to be resolved.
        Returns:
        the value
      • setValue

        public void setValue​(java.lang.Object value)