Interface Option

  • All Known Implementing Classes:
    OptionImpl

    public interface Option
    An option used in the code generation process. It has got a name, a value, and a context where it belongs to.
    • Method Summary

      Modifier and Type Method Description
      QualifiedName getQualifiedName()
      Returns the qualified name of the option.
      Object getValue()
      Returns the value of the option.
    • Method Detail

      • getQualifiedName

        QualifiedName getQualifiedName()
        Returns the qualified name of the option.
        Returns:
        the qualified name of the option, not null.
      • getValue

        Object getValue()
        Returns the value of the option.
        Returns:
        the value of the option, may be null.