Class LibraryComparisonDataSourceDescriptor
java.lang.Object
com._1c.g5.v8.dt.compare.datasource.LibraryComparisonDataSourceDescriptor
- All Implemented Interfaces:
IComparisonDataSourceDescriptor
public class LibraryComparisonDataSourceDescriptor
extends Object
implements IComparisonDataSourceDescriptor
The descriptor represented by a library.
-
Constructor Summary
ConstructorsConstructorDescriptionLibraryComparisonDataSourceDescriptor
(LibraryDescriptor libraryDescriptor) Creates a new instance. -
Method Summary
Modifier and TypeMethodDescriptionReturns the library descriptor.Returns the project name for this data source descriptor.
-
Constructor Details
-
LibraryComparisonDataSourceDescriptor
Creates a new instance.- Parameters:
libraryDescriptor
- the library descriptor to create the comparison data source descriptor for, cannot benull
-
-
Method Details
-
getProjectName
Description copied from interface:IComparisonDataSourceDescriptor
Returns the project name for this data source descriptor.- Specified by:
getProjectName
in interfaceIComparisonDataSourceDescriptor
- Returns:
- the project name, never
null
-
getLibraryDescriptor
Returns the library descriptor.- Returns:
- the library descriptor, never
null
-