Klasse OptionOutlet
java.lang.Object
org.apache.torque.generator.outlet.OutletImpl
org.apache.torque.generator.outlet.java.OutletWithoutMergepoints
org.apache.torque.generator.outlet.java.OptionOutlet
- Alle implementierten Schnittstellen:
Outlet
Writes an option to the output.
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungexecute
(ControllerState controllerState) Generates the output for this template into the Generated object.void
Sets the name of the option to output.Von Klasse geerbte Methoden org.apache.torque.generator.outlet.java.OutletWithoutMergepoints
addMergepointMapping, getMergepointMapping
Von Klasse geerbte Methoden org.apache.torque.generator.outlet.OutletImpl
afterExecute, beforeExecute, getInputClass, getInputElementName, getMergepointMappings, getName, getVariable, mergepoint, setInputClass, setInputElementName, setMergepointMapping, setVariable, setVariable, toString
-
Konstruktordetails
-
OptionOutlet
Constructor.- Parameter:
name
- the name of the outlet.
-
-
Methodendetails
-
execute
Beschreibung aus Schnittstelle kopiert:Outlet
Generates the output for this template into the Generated object.- Angegeben von:
execute
in SchnittstelleOutlet
- Angegeben von:
execute
in KlasseOutletImpl
- Parameter:
controllerState
- the current controller state, not null.- Gibt zurück:
- the output of the Outlet.
- Löst aus:
GeneratorException
- if generation fails.
-
setOption
Sets the name of the option to output.- Parameter:
option
- the name of the option.
-