Interface IDiagram

    • Method Detail

      • name

        java.lang.String name()

        The Diagram name.

        Getter method for the COM property "Name"

        Returns:
        Returns a value of type java.lang.String
      • name

        void name​(java.lang.String pVal)

        The Diagram name.

        Setter method for the COM property "Name"

        Parameters:
        pVal - Mandatory java.lang.String parameter.
      • parentId

        int parentId()

        The ID of the Diagram's parent req.

        Getter method for the COM property "ParentId"

        Returns:
        Returns a value of type int
      • parentId

        void parentId​(int pVal)

        The ID of the Diagram's parent req.

        Setter method for the COM property "ParentId"

        Parameters:
        pVal - Mandatory int parameter.
      • description

        java.lang.String description()

        The description of the Diagram.

        Getter method for the COM property "Description"

        Returns:
        Returns a value of type java.lang.String
      • description

        void description​(java.lang.String pVal)

        The description of the Diagram.

        Setter method for the COM property "Description"

        Parameters:
        pVal - Mandatory java.lang.String parameter.
      • diagramElementFactory

        com4j.Com4jObject diagramElementFactory()

        The DiagramElementFactory object.

        Getter method for the COM property "DiagramElementFactory"

        Returns:
        Returns a value of type com4j.Com4jObject