Class OfficeManagedObjectSourceFlowModel

    • Constructor Detail

      • OfficeManagedObjectSourceFlowModel

        public OfficeManagedObjectSourceFlowModel()
        Default constructor.
      • OfficeManagedObjectSourceFlowModel

        public OfficeManagedObjectSourceFlowModel​(java.lang.String officeManagedObjectSourceFlowName,
                                                  java.lang.String argumentType)
        Convenience constructor for new non-linked instance.
        Parameters:
        officeManagedObjectSourceFlowName - Office managed object source flow name.
        argumentType - Argument type.
      • OfficeManagedObjectSourceFlowModel

        public OfficeManagedObjectSourceFlowModel​(java.lang.String officeManagedObjectSourceFlowName,
                                                  java.lang.String argumentType,
                                                  int x,
                                                  int y)
        Convenience constructor for new non-linked instance allowing XY initialising.
        Parameters:
        officeManagedObjectSourceFlowName - Office managed object source flow name.
        argumentType - Argument type.
        x - Horizontal location.
        y - Vertical location.
      • OfficeManagedObjectSourceFlowModel

        public OfficeManagedObjectSourceFlowModel​(java.lang.String officeManagedObjectSourceFlowName,
                                                  java.lang.String argumentType,
                                                  OfficeManagedObjectSourceFlowToOfficeSectionInputModel officeSectionInput)
        Convenience constructor.
        Parameters:
        officeManagedObjectSourceFlowName - Office managed object source flow name.
        argumentType - Argument type.
        officeSectionInput - Office section input.
      • OfficeManagedObjectSourceFlowModel

        public OfficeManagedObjectSourceFlowModel​(java.lang.String officeManagedObjectSourceFlowName,
                                                  java.lang.String argumentType,
                                                  OfficeManagedObjectSourceFlowToOfficeSectionInputModel officeSectionInput,
                                                  int x,
                                                  int y)
        Convenience constructor allowing XY initialising.
        Parameters:
        officeManagedObjectSourceFlowName - Office managed object source flow name.
        argumentType - Argument type.
        officeSectionInput - Office section input.
        x - Horizontal location.
        y - Vertical location.