Interface LibraryIntegrationSettings
- All Superinterfaces:
- org.eclipse.emf.ecore.EObject,- IBmObject,- org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
- LibraryIntegrationSettingsImpl
 A representation of the model object 'Library Integration Settings'.
 
 
 *
 Integration settings container. Contains rules of integration for a specific library
 
 
The following features are supported:
- 
Field SummaryFields inherited from interface com._1c.g5.v8.bm.core.IBmObjectBM_NULL_ID
- 
Method SummaryModifier and TypeMethodDescriptionReturns the value of the 'Data Protection' containment reference.Returns the value of the 'Integration Settings' containment reference.Returns the value of the 'Library Name' attribute.voidsetDataProtection(DataProtection value) Sets the value of the 'Data Protection' containment reference.voidSets the value of the 'Integration Settings' containment reference.voidsetLibraryName(String value) Sets the value of the 'Library Name' attribute.Methods inherited from interface org.eclipse.emf.ecore.EObjecteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface com._1c.g5.v8.bm.core.IBmObjectbmGetEngine, bmGetFqn, bmGetId, bmGetNamespace, bmGetPlatformTransaction, bmGetProperties, bmGetProperty, bmGetReferences, bmGetResourceId, bmGetTopObject, bmGetTransaction, bmGetUri, bmGetUriAsString, bmIsTop, bmIsTransient, bmMatchSingleReference, bmSetPropertyMethods inherited from interface org.eclipse.emf.common.notify.NotifiereAdapters, eDeliver, eNotify, eSetDeliver
- 
Method Details- 
getLibraryNameString getLibraryName()Returns the value of the 'Library Name' attribute.- Returns:
- the value of the 'Library Name' attribute.
- See Also:
 
- 
setLibraryNameSets the value of the 'Library Name' attribute.- Parameters:
- value- the new value of the 'Library Name' attribute.
- See Also:
 
- 
getIntegrationSettingsIntegrationSettings getIntegrationSettings()Returns the value of the 'Integration Settings' containment reference.- Returns:
- the value of the 'Integration Settings' containment reference.
- See Also:
 
- 
setIntegrationSettingsSets the value of the 'Integration Settings' containment reference.- Parameters:
- value- the new value of the 'Integration Settings' containment reference.
- See Also:
 
- 
getDataProtectionDataProtection getDataProtection()Returns the value of the 'Data Protection' containment reference.- Returns:
- the value of the 'Data Protection' containment reference.
- See Also:
 
- 
setDataProtectionSets the value of the 'Data Protection' containment reference.- Parameters:
- value- the new value of the 'Data Protection' containment reference.
- See Also:
 
 
-