Uses of Class
net.officefloor.model.section.ManagedFunctionObjectToExternalManagedObjectModel
-
Packages that use ManagedFunctionObjectToExternalManagedObjectModel Package Description net.officefloor.model.impl.section net.officefloor.model.section -
-
Uses of ManagedFunctionObjectToExternalManagedObjectModel in net.officefloor.model.impl.section
Methods in net.officefloor.model.impl.section that return types with arguments of type ManagedFunctionObjectToExternalManagedObjectModel Modifier and Type Method Description Change<ManagedFunctionObjectToExternalManagedObjectModel>SectionChangesImpl. linkManagedFunctionObjectToExternalManagedObject(ManagedFunctionObjectModel managedFunctionObject, ExternalManagedObjectModel externalManagedObject)Change<ManagedFunctionObjectToExternalManagedObjectModel>SectionChangesImpl. removeManagedFunctionObjectToExternalManagedObject(ManagedFunctionObjectToExternalManagedObjectModel objectToExternalManagedObject)Methods in net.officefloor.model.impl.section with parameters of type ManagedFunctionObjectToExternalManagedObjectModel Modifier and Type Method Description Change<ManagedFunctionObjectToExternalManagedObjectModel>SectionChangesImpl. removeManagedFunctionObjectToExternalManagedObject(ManagedFunctionObjectToExternalManagedObjectModel objectToExternalManagedObject) -
Uses of ManagedFunctionObjectToExternalManagedObjectModel in net.officefloor.model.section
Methods in net.officefloor.model.section that return ManagedFunctionObjectToExternalManagedObjectModel Modifier and Type Method Description ManagedFunctionObjectToExternalManagedObjectModelManagedFunctionObjectModel. getExternalManagedObject()Methods in net.officefloor.model.section that return types with arguments of type ManagedFunctionObjectToExternalManagedObjectModel Modifier and Type Method Description java.util.List<ManagedFunctionObjectToExternalManagedObjectModel>ExternalManagedObjectModel. getManagedFunctionObjects()Change<ManagedFunctionObjectToExternalManagedObjectModel>SectionChanges. linkManagedFunctionObjectToExternalManagedObject(ManagedFunctionObjectModel managedFunctionObject, ExternalManagedObjectModel externalManagedObject)Links theManagedFunctionObjectModelto be theExternalManagedObjectModel.Change<ManagedFunctionObjectToExternalManagedObjectModel>SectionChanges. removeManagedFunctionObjectToExternalManagedObject(ManagedFunctionObjectToExternalManagedObjectModel objectToExternalManagedObject)Removes theManagedFunctionObjectToExternalManagedObjectModel.Methods in net.officefloor.model.section with parameters of type ManagedFunctionObjectToExternalManagedObjectModel Modifier and Type Method Description voidExternalManagedObjectModel. addManagedFunctionObject(ManagedFunctionObjectToExternalManagedObjectModel managedFunctionObject)voidExternalManagedObjectModel. removeManagedFunctionObject(ManagedFunctionObjectToExternalManagedObjectModel managedFunctionObject)Change<ManagedFunctionObjectToExternalManagedObjectModel>SectionChanges. removeManagedFunctionObjectToExternalManagedObject(ManagedFunctionObjectToExternalManagedObjectModel objectToExternalManagedObject)Removes theManagedFunctionObjectToExternalManagedObjectModel.voidManagedFunctionObjectModel. setExternalManagedObject(ManagedFunctionObjectToExternalManagedObjectModel externalManagedObject)Constructors in net.officefloor.model.section with parameters of type ManagedFunctionObjectToExternalManagedObjectModel Constructor Description ExternalManagedObjectModel(java.lang.String externalManagedObjectName, java.lang.String objectType, SubSectionObjectToExternalManagedObjectModel[] subSectionObject, SectionManagedObjectDependencyToExternalManagedObjectModel[] dependentSectionManagedObject, ManagedFunctionObjectToExternalManagedObjectModel[] managedFunctionObject)Convenience constructor.ExternalManagedObjectModel(java.lang.String externalManagedObjectName, java.lang.String objectType, SubSectionObjectToExternalManagedObjectModel[] subSectionObject, SectionManagedObjectDependencyToExternalManagedObjectModel[] dependentSectionManagedObject, ManagedFunctionObjectToExternalManagedObjectModel[] managedFunctionObject, int x, int y)Convenience constructor allowing XY initialising.ManagedFunctionObjectModel(java.lang.String objectName, java.lang.String key, java.lang.String objectType, boolean isParameter, ManagedFunctionObjectToExternalManagedObjectModel externalManagedObject, ManagedFunctionObjectToSectionManagedObjectModel sectionManagedObject)Convenience constructor.ManagedFunctionObjectModel(java.lang.String objectName, java.lang.String key, java.lang.String objectType, boolean isParameter, ManagedFunctionObjectToExternalManagedObjectModel externalManagedObject, ManagedFunctionObjectToSectionManagedObjectModel sectionManagedObject, int x, int y)Convenience constructor allowing XY initialising.
-