Interface Literal<Impl extends AbstractArgument<String,?,?,?>>

All Superinterfaces:
ChainableBuilder<Impl>

public interface Literal<Impl extends AbstractArgument<String,?,?,?>> extends ChainableBuilder<Impl>
An interface representing literal-based arguments
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the literal string represented by this argument

    Methods inherited from interface ChainableBuilder

    instance
    Modifier and Type
    Method
    Description
    Returns the instance of this class with the class Impl.
  • Method Details

    • getLiteral

      String getLiteral()
      Returns the literal string represented by this argument
      Returns:
      the literal string represented by this argument