Class OfficeAvailableSectionInputTypeImpl
java.lang.Object
net.officefloor.compile.impl.office.OfficeAvailableSectionInputTypeImpl
- All Implemented Interfaces:
OfficeAvailableSectionInputType
public class OfficeAvailableSectionInputTypeImpl
extends Object
implements OfficeAvailableSectionInputType
OfficeAvailableSectionInputType implementation.- Author:
- Daniel Sagenschneider
-
Constructor Summary
ConstructorsConstructorDescriptionOfficeAvailableSectionInputTypeImpl(String sectionName, String inputName, String parameterType) Instantiate. -
Method Summary
Modifier and TypeMethodDescriptionObtains the name ofDeployedOfficeInputon theOfficeSection.Obtains the name of theOfficeSectioncontaining theDeployedOfficeInput.Obtains the fully qualified class name of the parameter type to thisOfficeAvailableSectionInputType.
-
Constructor Details
-
OfficeAvailableSectionInputTypeImpl
public OfficeAvailableSectionInputTypeImpl(String sectionName, String inputName, String parameterType) Instantiate.- Parameters:
sectionName- Name of theOfficeSection.inputName- Name of theOfficeSectionInput.parameterType- Parameter type for theOfficeSectionInput.
-
-
Method Details
-
getOfficeSectionName
Description copied from interface:OfficeAvailableSectionInputTypeObtains the name of theOfficeSectioncontaining theDeployedOfficeInput.- Specified by:
getOfficeSectionNamein interfaceOfficeAvailableSectionInputType- Returns:
- Name of the
OfficeSection.
-
getOfficeSectionInputName
Description copied from interface:OfficeAvailableSectionInputTypeObtains the name ofDeployedOfficeInputon theOfficeSection.- Specified by:
getOfficeSectionInputNamein interfaceOfficeAvailableSectionInputType- Returns:
- Name of this
DeployedOfficeInput.
-
getParameterType
Description copied from interface:OfficeAvailableSectionInputTypeObtains the fully qualified class name of the parameter type to thisOfficeAvailableSectionInputType.- Specified by:
getParameterTypein interfaceOfficeAvailableSectionInputType- Returns:
- Parameter type to this
OfficeAvailableSectionInputType.
-