Interface Named

All Known Subinterfaces:
Argument<T>
All Known Implementing Classes:
Argument.Empty

public interface Named
Interface to implement Named
  • Method Summary

    Modifier and Type
    Method
    Description
    Method to get the name
    default String
    Method to get the name
  • Method Details

    • name

      default String name()
      Method to get the name
      Returns:
      the name
    • getName

      String getName()
      Method to get the name
      Returns:
      the name