Package net.officefloor.compile.office
Interface OfficeOutputType
- All Known Implementing Classes:
OfficeOutputTypeImpl
public interface OfficeOutputType
- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptionObtains the fully qualified class name of the argument type from thisOfficeOutput.Obtains the name ofOfficeOutput.
-
Method Details
-
getOfficeOutputName
String getOfficeOutputName()Obtains the name ofOfficeOutput.- Returns:
- Name of this
OfficeOutput.
-
getArgumentType
String getArgumentType()Obtains the fully qualified class name of the argument type from thisOfficeOutput.- Returns:
- Argument type to this
OfficeOutput.
-