Interface ILibraryFolder

    • Method Detail

      • name

        java.lang.String name()

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

        Setter method for the COM property "Name"

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

        com4j.Com4jObject libraryFactory()

        The LibraryFactory object for direct children imported libraries.

        Getter method for the COM property "LibraryFactory"

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

        com4j.Com4jObject libraryFolderFactory()

        The LibraryFolderFactory object for direct children libraries.

        Getter method for the COM property "LibraryFolderFactory"

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

        com4j.Com4jObject parent()

        The library folder's parent library folder, or null if root

        Getter method for the COM property "Parent"

        Returns:
        Returns a value of type com4j.Com4jObject