Interface IBPModelFolder

    • Method Detail

      • name

        java.lang.String name()

        The BPModel folder's 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 BPModel folder's name

        Setter method for the COM property "Name"

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

        com4j.Com4jObject bpModelFactory()

        The BPModelFactory object.

        Getter method for the COM property "BPModelFactory"

        Returns:
        Returns a value of type com4j.Com4jObject
      • bpModelFolderFactory

        com4j.Com4jObject bpModelFolderFactory()

        The BPModelFolderFactory object.

        Getter method for the COM property "BPModelFolderFactory"

        Returns:
        Returns a value of type com4j.Com4jObject
      • parent

        com4j.Com4jObject parent()

        The BPModel folder's parent release folder, or null if root

        Getter method for the COM property "Parent"

        Returns:
        Returns a value of type com4j.Com4jObject