Class OfficeInputTypeImpl
- java.lang.Object
-
- net.officefloor.compile.impl.office.OfficeInputTypeImpl
-
- All Implemented Interfaces:
OfficeInputType
public class OfficeInputTypeImpl extends java.lang.Object implements OfficeInputType
OfficeInputType
implementation.- 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.String
getOfficeInputName()
Obtains the name ofOfficeInput
.java.lang.String
getParameterType()
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
-Class
name of the parameter.
-
-
Method Detail
-
getOfficeInputName
public java.lang.String getOfficeInputName()
Description copied from interface:OfficeInputType
Obtains the name ofOfficeInput
.- Specified by:
getOfficeInputName
in interfaceOfficeInputType
- Returns:
- Name of this
OfficeInput
.
-
getParameterType
public java.lang.String getParameterType()
Description copied from interface:OfficeInputType
Obtains the fully qualified class name of the parameter type to thisOfficeInput
.- Specified by:
getParameterType
in interfaceOfficeInputType
- Returns:
- Parameter type to this
OfficeInput
.
-
-