public interface ILibraryInfo
extends com4j.Com4jObject
Modifier and Type | Method and 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
|
String domain()
the domain that contains the project that contains the library that is referenced here
Getter method for the COM property "Domain"
String project()
the project that contains the library that is referenced here
Getter method for the COM property "Project"
int libraryID()
the ID of the exporting library that is referenced here
Getter method for the COM property "LibraryID"
String libraryName()
the NAME of the exporting library that is referenced here
Getter method for the COM property "LibraryName"
String lastSyncDate()
the Last Sync Date of the exporting library that is referenced here
Getter method for the COM property "LastSyncDate"
String importDate()
the Import Date of the exporting library that is referenced here
Getter method for the COM property "ImportDate"
String importingUser()
the Importing User of the exporting library that is referenced here
Getter method for the COM property "ImportingUser"
int baselineId()
The ID of the exporting library baseline that is referenced here
Getter method for the COM property "BaselineId"
String baselineName()
The name of the exporting library baseline that is referenced here
Getter method for the COM property "BaselineName"
Copyright © 2020. All rights reserved.