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