Package net.officefloor.compile.office
Interface OfficeInputType
- All Known Implementing Classes:
OfficeInputTypeImpl
public interface OfficeInputType
- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptionObtains the name ofOfficeInput.Obtains the fully qualified class name of the parameter type to thisOfficeInput.
-
Method Details
-
getOfficeInputName
String getOfficeInputName()Obtains the name ofOfficeInput.- Returns:
- Name of this
OfficeInput.
-
getParameterType
String getParameterType()Obtains the fully qualified class name of the parameter type to thisOfficeInput.- Returns:
- Parameter type to this
OfficeInput.
-