Package net.officefloor.compile.office
Interface OfficeAvailableSectionInputType
- All Known Implementing Classes:
OfficeAvailableSectionInputTypeImpl
public interface OfficeAvailableSectionInputType
Type definition of an input into the Office that may be
used for a ManagedObjectFlow added to the OfficeFloor.- Author:
- Daniel Sagenschneider
-
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.
-
Method Details
-
getOfficeSectionName
String getOfficeSectionName()Obtains the name of theOfficeSectioncontaining theDeployedOfficeInput.- Returns:
- Name of the
OfficeSection.
-
getOfficeSectionInputName
String getOfficeSectionInputName()Obtains the name ofDeployedOfficeInputon theOfficeSection.- Returns:
- Name of this
DeployedOfficeInput.
-
getParameterType
String getParameterType()Obtains the fully qualified class name of the parameter type to thisOfficeAvailableSectionInputType.- Returns:
- Parameter type to this
OfficeAvailableSectionInputType.
-