Interface ArgumentsMap


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

    Modifier and Type
    Method
    Description
    getArgumentValue(String argumentName)
    Get the value for the specified argument name.
  • Method Details

    • getArgumentValue

      Object getArgumentValue(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.