Class OfficeAvailableSectionInputTypeImpl
- java.lang.Object
-
- net.officefloor.compile.impl.office.OfficeAvailableSectionInputTypeImpl
-
- All Implemented Interfaces:
OfficeAvailableSectionInputType
public class OfficeAvailableSectionInputTypeImpl extends java.lang.Object implements OfficeAvailableSectionInputType
OfficeAvailableSectionInputType
implementation.- Author:
- Daniel Sagenschneider
-
-
Constructor Summary
Constructors Constructor Description OfficeAvailableSectionInputTypeImpl(java.lang.String sectionName, 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
getOfficeSectionInputName()
Obtains the name ofDeployedOfficeInput
on theOfficeSection
.java.lang.String
getOfficeSectionName()
Obtains the name of theOfficeSection
containing theDeployedOfficeInput
.java.lang.String
getParameterType()
Obtains the fully qualified class name of the parameter type to thisOfficeAvailableSectionInputType
.
-
-
-
Constructor Detail
-
OfficeAvailableSectionInputTypeImpl
public OfficeAvailableSectionInputTypeImpl(java.lang.String sectionName, java.lang.String inputName, java.lang.String parameterType)
Instantiate.- Parameters:
sectionName
- Name of theOfficeSection
.inputName
- Name of theOfficeSectionInput
.parameterType
- Parameter type for theOfficeSectionInput
.
-
-
Method Detail
-
getOfficeSectionName
public java.lang.String getOfficeSectionName()
Description copied from interface:OfficeAvailableSectionInputType
Obtains the name of theOfficeSection
containing theDeployedOfficeInput
.- Specified by:
getOfficeSectionName
in interfaceOfficeAvailableSectionInputType
- Returns:
- Name of the
OfficeSection
.
-
getOfficeSectionInputName
public java.lang.String getOfficeSectionInputName()
Description copied from interface:OfficeAvailableSectionInputType
Obtains the name ofDeployedOfficeInput
on theOfficeSection
.- Specified by:
getOfficeSectionInputName
in interfaceOfficeAvailableSectionInputType
- Returns:
- Name of this
DeployedOfficeInput
.
-
getParameterType
public java.lang.String getParameterType()
Description copied from interface:OfficeAvailableSectionInputType
Obtains the fully qualified class name of the parameter type to thisOfficeAvailableSectionInputType
.- Specified by:
getParameterType
in interfaceOfficeAvailableSectionInputType
- Returns:
- Parameter type to this
OfficeAvailableSectionInputType
.
-
-