Interface IReportUserTemplate

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      IList fields()
      A list of fields used by this template
      java.lang.Object fields​(int index)  
      void fields​(IList pVal)
      A list of fields used by this template
      java.lang.String fileName()
      The name of the file that defines this template
      void fileName​(java.lang.String pVal)
      The name of the file that defines this template
      int reportID()
      The ID of the AnalysisItem that uses this template
      void reportID​(int pVal)
      The ID of the AnalysisItem that uses this template
      java.lang.String type()
      The type of this template.
      void type​(java.lang.String pVal)
      The type of this template.
      • Methods inherited from interface com4j.Com4jObject

        advise, dispose, equals, getComThread, getIUnknownPointer, getPointer, getPtr, hashCode, is, queryInterface, setName, toString
    • Method Detail

      • fileName

        java.lang.String fileName()

        The name of the file that defines this template

        Getter method for the COM property "FileName"

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

        void fileName​(java.lang.String pVal)

        The name of the file that defines this template

        Setter method for the COM property "FileName"

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

        IList fields()

        A list of fields used by this template

        Getter method for the COM property "Fields"

        Returns:
        Returns a value of type step.repository.alm.v16.otaclient.IList
      • fields

        java.lang.Object fields​(int index)
      • fields

        void fields​(IList pVal)

        A list of fields used by this template

        Setter method for the COM property "Fields"

        Parameters:
        pVal - Mandatory step.repository.alm.v16.otaclient.IList parameter.
      • reportID

        int reportID()

        The ID of the AnalysisItem that uses this template

        Getter method for the COM property "ReportID"

        Returns:
        Returns a value of type int
      • reportID

        void reportID​(int pVal)

        The ID of the AnalysisItem that uses this template

        Setter method for the COM property "ReportID"

        Parameters:
        pVal - Mandatory int parameter.
      • type

        java.lang.String type()

        The type of this template. For example, Tabular.

        Getter method for the COM property "Type"

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

        void type​(java.lang.String pVal)

        The type of this template. For example, Tabular.

        Setter method for the COM property "Type"

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