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 Summary
Fields inherited from interface com._1c.g5.v8.bm.core.IBmObject
BM_NULL_ID
-
Method Summary
Modifier 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.void
setDataProtection
(DataProtection value) Sets the value of the 'Data Protection
' containment reference.void
Sets the value of the 'Integration Settings
' containment reference.void
setLibraryName
(String value) Sets the value of the 'Library Name
' attribute.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface com._1c.g5.v8.bm.core.IBmObject
bmGetEngine, bmGetFqn, bmGetId, bmGetNamespace, bmGetPlatformTransaction, bmGetProperties, bmGetProperty, bmGetReferences, bmGetResourceId, bmGetTopObject, bmGetTransaction, bmGetUri, bmGetUriAsString, bmIsTop, bmIsTransient, bmMatchSingleReference, bmSetProperty
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getLibraryName
String getLibraryName()Returns the value of the 'Library Name' attribute.- Returns:
- the value of the 'Library Name' attribute.
- See Also:
-
setLibraryName
Sets the value of the 'Library Name
' attribute.- Parameters:
value
- the new value of the 'Library Name' attribute.- See Also:
-
getIntegrationSettings
IntegrationSettings getIntegrationSettings()Returns the value of the 'Integration Settings' containment reference.- Returns:
- the value of the 'Integration Settings' containment reference.
- See Also:
-
setIntegrationSettings
Sets the value of the 'Integration Settings
' containment reference.- Parameters:
value
- the new value of the 'Integration Settings' containment reference.- See Also:
-
getDataProtection
DataProtection getDataProtection()Returns the value of the 'Data Protection' containment reference.- Returns:
- the value of the 'Data Protection' containment reference.
- See Also:
-
setDataProtection
Sets the value of the 'Data Protection
' containment reference.- Parameters:
value
- the new value of the 'Data Protection' containment reference.- See Also:
-