Interface ArgumentsMap


  • @API(type=NOT_EXTENDABLE,
         src=PUBLIC)
    public interface ArgumentsMap
    Map between argument names and values.
    • Method Detail

      • getArgumentValue

        java.lang.Object getArgumentValue​(java.lang.String argumentName)
        Get the value for the specified argument name. The argument name must be one of the arguments defined in AuthorOperation.getArguments() method.
        Parameters:
        argumentName - The name of the argument.
        Returns:
        The value of the argument, or null if a value was not stored for the given argument.