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 TypMethodeBeschreibungReturns the qualified name of the option.getValue()
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.
-