Class OfficeInputTypeImpl
java.lang.Object
net.officefloor.compile.impl.office.OfficeInputTypeImpl
- All Implemented Interfaces:
OfficeInputType
OfficeInputType implementation.- Author:
- Daniel Sagenschneider
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionObtains the name ofOfficeInput.Obtains the fully qualified class name of the parameter type to thisOfficeInput.
-
Constructor Details
-
OfficeInputTypeImpl
Instantiate.- Parameters:
inputName- Name of theOfficeInput.parameterType-Classname of the parameter.
-
-
Method Details
-
getOfficeInputName
Description copied from interface:OfficeInputTypeObtains the name ofOfficeInput.- Specified by:
getOfficeInputNamein interfaceOfficeInputType- Returns:
- Name of this
OfficeInput.
-
getParameterType
Description copied from interface:OfficeInputTypeObtains the fully qualified class name of the parameter type to thisOfficeInput.- Specified by:
getParameterTypein interfaceOfficeInputType- Returns:
- Parameter type to this
OfficeInput.
-