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
    Returns the qualified name of the option.
    Returns the value of the option.
  • Method Details

    • 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.