Interface ApiUsageMetadata.MethodArgument

All Known Implementing Classes:
ApiUsageMetadata.MethodArgumentDynamic, ApiUsageMetadata.MethodArgumentStatic
Enclosing interface:
ApiUsageMetadata

public static interface ApiUsageMetadata.MethodArgument
A method argument.
  • Method Summary

    Modifier and Type
    Method
    Description
    Get argument code, e.g.
  • Method Details

    • getCode

      @Nonnull String getCode()
      Get argument code, e.g. variable name or static code.
      Returns:
      The argument code.