Interface IPropertySetter

    • Method Summary

      All Methods Instance Methods Abstract Methods Default Methods 
      Modifier and Type Method Description
      default void invoke​(java.lang.Object target, java.lang.String property, java.lang.Object value)
      This method is provided only for convenience.
      void invoke​(java.lang.Object target, java.lang.String property, java.lang.Object value, IEolContext context)
      Sets a property on a given object to the specified value.
    • Method Detail

      • invoke

        void invoke​(java.lang.Object target,
                    java.lang.String property,
                    java.lang.Object value,
                    IEolContext context)
             throws EolRuntimeException
        Sets a property on a given object to the specified value.
        Parameters:
        target - The model element to update.
        property - The name of the property of the model element.
        value - The new value of the property.
        context - The execution context.
        Throws:
        EolRuntimeException - If anything goes wrong in updating the value.
        Since:
        1.6