Schnittstelle Option

Alle bekannten Implementierungsklassen:
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.
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    Returns the qualified name of the option.
    Returns the value of the option.
  • Methodendetails

    • getQualifiedName

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

      Object getValue()
      Returns the value of the option.
      Gibt zurück:
      the value of the option, may be null.