Class OfficeInputTypeImpl
- java.lang.Object
-
- net.officefloor.compile.impl.office.OfficeInputTypeImpl
-
- All Implemented Interfaces:
OfficeInputType
public class OfficeInputTypeImpl extends java.lang.Object implements OfficeInputType
OfficeInputTypeimplementation.- Author:
- Daniel Sagenschneider
-
-
Constructor Summary
Constructors Constructor Description OfficeInputTypeImpl(java.lang.String inputName, java.lang.String parameterType)Instantiate.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetOfficeInputName()Obtains the name ofOfficeInput.java.lang.StringgetParameterType()Obtains the fully qualified class name of the parameter type to thisOfficeInput.
-
-
-
Constructor Detail
-
OfficeInputTypeImpl
public OfficeInputTypeImpl(java.lang.String inputName, java.lang.String parameterType)Instantiate.- Parameters:
inputName- Name of theOfficeInput.parameterType-Classname of the parameter.
-
-
Method Detail
-
getOfficeInputName
public java.lang.String getOfficeInputName()
Description copied from interface:OfficeInputTypeObtains the name ofOfficeInput.- Specified by:
getOfficeInputNamein interfaceOfficeInputType- Returns:
- Name of this
OfficeInput.
-
getParameterType
public java.lang.String 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.
-
-