Package net.officefloor.compile.office
Interface OfficeOutputType
-
- All Known Implementing Classes:
OfficeOutputTypeImpl
public interface OfficeOutputType- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetArgumentType()Obtains the fully qualified class name of the argument type from thisOfficeOutput.java.lang.StringgetOfficeOutputName()Obtains the name ofOfficeOutput.
-
-
-
Method Detail
-
getOfficeOutputName
java.lang.String getOfficeOutputName()
Obtains the name ofOfficeOutput.- Returns:
- Name of this
OfficeOutput.
-
getArgumentType
java.lang.String getArgumentType()
Obtains the fully qualified class name of the argument type from thisOfficeOutput.- Returns:
- Argument type to this
OfficeOutput.
-
-