Class OfficeAvailableSectionInputTypeImpl
- java.lang.Object
-
- net.officefloor.compile.impl.office.OfficeAvailableSectionInputTypeImpl
-
- All Implemented Interfaces:
OfficeAvailableSectionInputType
public class OfficeAvailableSectionInputTypeImpl extends java.lang.Object implements OfficeAvailableSectionInputType
OfficeAvailableSectionInputTypeimplementation.- 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.StringgetOfficeSectionInputName()Obtains the name ofDeployedOfficeInputon theOfficeSection.java.lang.StringgetOfficeSectionName()Obtains the name of theOfficeSectioncontaining theDeployedOfficeInput.java.lang.StringgetParameterType()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:OfficeAvailableSectionInputTypeObtains the name of theOfficeSectioncontaining theDeployedOfficeInput.- Specified by:
getOfficeSectionNamein interfaceOfficeAvailableSectionInputType- Returns:
- Name of the
OfficeSection.
-
getOfficeSectionInputName
public java.lang.String getOfficeSectionInputName()
Description copied from interface:OfficeAvailableSectionInputTypeObtains the name ofDeployedOfficeInputon theOfficeSection.- Specified by:
getOfficeSectionInputNamein interfaceOfficeAvailableSectionInputType- Returns:
- Name of this
DeployedOfficeInput.
-
getParameterType
public java.lang.String 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.
-
-