Package net.officefloor.compile.office
Interface OfficeAvailableSectionInputType
-
- All Known Implementing Classes:
OfficeAvailableSectionInputTypeImpl
public interface OfficeAvailableSectionInputType
Type definition
of an input into theOffice
that may be used for aManagedObjectFlow
added to theOfficeFloor
.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract 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
.
-
-
-
Method Detail
-
getOfficeSectionName
java.lang.String getOfficeSectionName()
Obtains the name of theOfficeSection
containing theDeployedOfficeInput
.- Returns:
- Name of the
OfficeSection
.
-
getOfficeSectionInputName
java.lang.String getOfficeSectionInputName()
Obtains the name ofDeployedOfficeInput
on 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
.
-
-