Interface IComponentFolder

    • Method Detail

      • name

        java.lang.String name()

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

        Setter method for the COM property "Name"

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

        com4j.Com4jObject componentFactory()

        The ComponentFactory object.

        Getter method for the COM property "ComponentFactory"

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

        com4j.Com4jObject componentFolderFactory()

        The component's ComponentFolderFactory.

        Getter method for the COM property "ComponentFolderFactory"

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

        java.lang.String path()

        The component folder's path

        Getter method for the COM property "Path"

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