Class OfficeOutputTypeImpl
java.lang.Object
net.officefloor.compile.impl.office.OfficeOutputTypeImpl
- All Implemented Interfaces:
OfficeOutputType
OfficeOutputType implementation.- Author:
- Daniel Sagenschneider
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionObtains the fully qualified class name of the argument type from thisOfficeOutput.Obtains the name ofOfficeOutput.
-
Constructor Details
-
OfficeOutputTypeImpl
Instantiate.- Parameters:
outputName- Name of theOfficeOutput.argumentType- Argument type of theOfficeOutput.
-
-
Method Details
-
getOfficeOutputName
Description copied from interface:OfficeOutputTypeObtains the name ofOfficeOutput.- Specified by:
getOfficeOutputNamein interfaceOfficeOutputType- Returns:
- Name of this
OfficeOutput.
-
getArgumentType
Description copied from interface:OfficeOutputTypeObtains the fully qualified class name of the argument type from thisOfficeOutput.- Specified by:
getArgumentTypein interfaceOfficeOutputType- Returns:
- Argument type to this
OfficeOutput.
-