Interface FluentName

  • All Known Implementing Classes:
    FolFluentName

    public interface FluentName
    A basic interface representing a fluent name.
    Author:
    Sebastian Homann
    • Method Summary

      Modifier and Type Method Description
      java.lang.String getName()
      Returns the name of this fluent.
    • Method Detail

      • getName

        java.lang.String getName()
        Returns the name of this fluent.
        Returns:
        the name of this fluent.