Interface ArgumentsAccessor.ArgumentsMutator<ARG>

Type Parameters:
ARG - The type of the arguments property.
All Known Subinterfaces:
ArgumentsAccessor.ArgumentsProperty<ARG>
Enclosing interface:
ArgumentsAccessor<ARG>

public static interface ArgumentsAccessor.ArgumentsMutator<ARG>
Extends the ArgumentsAccessor with a setter method.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setArguments(ARG[] aArguments)
    Sets the arguments for the arguments property.
  • Method Details

    • setArguments

      void setArguments(ARG[] aArguments)
      Sets the arguments for the arguments property.
      Parameters:
      aArguments - The arguments to be stored by the arguments property.