Uses of Class
net.officefloor.model.office.OfficeManagedObjectSourceFlowToOfficeSectionInputModel
-
Packages that use OfficeManagedObjectSourceFlowToOfficeSectionInputModel Package Description net.officefloor.model.impl.office net.officefloor.model.office -
-
Uses of OfficeManagedObjectSourceFlowToOfficeSectionInputModel in net.officefloor.model.impl.office
Methods in net.officefloor.model.impl.office that return types with arguments of type OfficeManagedObjectSourceFlowToOfficeSectionInputModel Modifier and Type Method Description Change<OfficeManagedObjectSourceFlowToOfficeSectionInputModel>
OfficeChangesImpl. linkOfficeManagedObjectSourceFlowToOfficeSectionInput(OfficeManagedObjectSourceFlowModel managedObjectSourceFlow, OfficeSectionInputModel officeSectionInput)
Change<OfficeManagedObjectSourceFlowToOfficeSectionInputModel>
OfficeChangesImpl. removeOfficeManagedObjectSourceFlowToOfficeSectionInput(OfficeManagedObjectSourceFlowToOfficeSectionInputModel managedObjectSourceFlowToOfficeSectionInput)
Methods in net.officefloor.model.impl.office with parameters of type OfficeManagedObjectSourceFlowToOfficeSectionInputModel Modifier and Type Method Description Change<OfficeManagedObjectSourceFlowToOfficeSectionInputModel>
OfficeChangesImpl. removeOfficeManagedObjectSourceFlowToOfficeSectionInput(OfficeManagedObjectSourceFlowToOfficeSectionInputModel managedObjectSourceFlowToOfficeSectionInput)
-
Uses of OfficeManagedObjectSourceFlowToOfficeSectionInputModel in net.officefloor.model.office
Methods in net.officefloor.model.office that return OfficeManagedObjectSourceFlowToOfficeSectionInputModel Modifier and Type Method Description OfficeManagedObjectSourceFlowToOfficeSectionInputModel
OfficeManagedObjectSourceFlowModel. getOfficeSectionInput()
Methods in net.officefloor.model.office that return types with arguments of type OfficeManagedObjectSourceFlowToOfficeSectionInputModel Modifier and Type Method Description java.util.List<OfficeManagedObjectSourceFlowToOfficeSectionInputModel>
OfficeSectionInputModel. getOfficeManagedObjectSourceFlows()
Change<OfficeManagedObjectSourceFlowToOfficeSectionInputModel>
OfficeChanges. linkOfficeManagedObjectSourceFlowToOfficeSectionInput(OfficeManagedObjectSourceFlowModel managedObjectSourceFlow, OfficeSectionInputModel officeSectionInput)
Links theOfficeManagedObjectSourceFlowModel
to theOfficeSectionInputModel
.Change<OfficeManagedObjectSourceFlowToOfficeSectionInputModel>
OfficeChanges. removeOfficeManagedObjectSourceFlowToOfficeSectionInput(OfficeManagedObjectSourceFlowToOfficeSectionInputModel managedObjectSourceFlowToOfficeSectionInput)
Removes the theOfficeManagedObjectSourceFlowToOfficeSectionInputModel
.Methods in net.officefloor.model.office with parameters of type OfficeManagedObjectSourceFlowToOfficeSectionInputModel Modifier and Type Method Description void
OfficeSectionInputModel. addOfficeManagedObjectSourceFlow(OfficeManagedObjectSourceFlowToOfficeSectionInputModel officeManagedObjectSourceFlow)
void
OfficeSectionInputModel. removeOfficeManagedObjectSourceFlow(OfficeManagedObjectSourceFlowToOfficeSectionInputModel officeManagedObjectSourceFlow)
Change<OfficeManagedObjectSourceFlowToOfficeSectionInputModel>
OfficeChanges. removeOfficeManagedObjectSourceFlowToOfficeSectionInput(OfficeManagedObjectSourceFlowToOfficeSectionInputModel managedObjectSourceFlowToOfficeSectionInput)
Removes the theOfficeManagedObjectSourceFlowToOfficeSectionInputModel
.void
OfficeManagedObjectSourceFlowModel. setOfficeSectionInput(OfficeManagedObjectSourceFlowToOfficeSectionInputModel officeSectionInput)
-