Interface IScopeItem

    • Method Detail

      • name

        java.lang.String name()

        The scope item'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 scope item's name.

        Setter method for the COM property "Name"

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

        java.lang.String description()

        The scope item's description.

        Getter method for the COM property "Description"

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

        void description​(java.lang.String pVal)

        The scope item's description.

        Setter method for the COM property "Description"

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

        java.lang.String priority()

        The priority of the scope item.

        Getter method for the COM property "Priority"

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

        void priority​(java.lang.String pVal)

        The priority of the scope item.

        Setter method for the COM property "Priority"

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

        com4j.Com4jObject parent()

        The scope item's parent release.

        Getter method for the COM property "Parent"

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

        com4j.Com4jObject contentDefinitionFactory()

        ContentDefinition Factory

        Getter method for the COM property "ContentDefinitionFactory"

        Returns:
        Returns a value of type com4j.Com4jObject