Package net.officefloor.compile.office
Interface OfficeAvailableSectionInputType
-
- All Known Implementing Classes:
OfficeAvailableSectionInputTypeImpl
public interface OfficeAvailableSectionInputTypeType definitionof an input into theOfficethat may be used for aManagedObjectFlowadded to theOfficeFloor.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract 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.
-
-
-
Method Detail
-
getOfficeSectionName
java.lang.String getOfficeSectionName()
Obtains the name of theOfficeSectioncontaining theDeployedOfficeInput.- Returns:
- Name of the
OfficeSection.
-
getOfficeSectionInputName
java.lang.String getOfficeSectionInputName()
Obtains the name ofDeployedOfficeInputon theOfficeSection.- Returns:
- Name of this
DeployedOfficeInput.
-
getParameterType
java.lang.String getParameterType()
Obtains the fully qualified class name of the parameter type to thisOfficeAvailableSectionInputType.- Returns:
- Parameter type to this
OfficeAvailableSectionInputType.
-
-