Class SectionManagedObjectSourceFlowModel

    • Constructor Detail

      • SectionManagedObjectSourceFlowModel

        public SectionManagedObjectSourceFlowModel()
        Default constructor.
      • SectionManagedObjectSourceFlowModel

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

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