Interface ILibraryInfo

  • All Superinterfaces:
    com4j.Com4jObject

    public interface ILibraryInfo
    extends com4j.Com4jObject
    For HP use. General Information on a Library
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int baselineId()
      The ID of the exporting library baseline that is referenced here
      String baselineName()
      The name of the exporting library baseline that is referenced here
      String domain()
      the domain that contains the project that contains the library that is referenced here
      String importDate()
      the Import Date of the exporting library that is referenced here
      String importingUser()
      the Importing User of the exporting library that is referenced here
      String lastSyncDate()
      the Last Sync Date of the exporting library that is referenced here
      int libraryID()
      the ID of the exporting library that is referenced here
      String libraryName()
      the NAME of the exporting library that is referenced here
      String project()
      the project that contains the library that is referenced here
      • Methods inherited from interface com4j.Com4jObject

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

      • domain

        String domain()

        the domain that contains the project that contains the library that is referenced here

        Getter method for the COM property "Domain"

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

        String project()

        the project that contains the library that is referenced here

        Getter method for the COM property "Project"

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

        int libraryID()

        the ID of the exporting library that is referenced here

        Getter method for the COM property "LibraryID"

        Returns:
        Returns a value of type int
      • libraryName

        String libraryName()

        the NAME of the exporting library that is referenced here

        Getter method for the COM property "LibraryName"

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

        String lastSyncDate()

        the Last Sync Date of the exporting library that is referenced here

        Getter method for the COM property "LastSyncDate"

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

        String importDate()

        the Import Date of the exporting library that is referenced here

        Getter method for the COM property "ImportDate"

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

        String importingUser()

        the Importing User of the exporting library that is referenced here

        Getter method for the COM property "ImportingUser"

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

        int baselineId()

        The ID of the exporting library baseline that is referenced here

        Getter method for the COM property "BaselineId"

        Returns:
        Returns a value of type int
      • baselineName

        String baselineName()

        The name of the exporting library baseline that is referenced here

        Getter method for the COM property "BaselineName"

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