Interface LibraryIntegrationSettings
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,IBmObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
LibraryIntegrationSettingsImpl
public interface LibraryIntegrationSettings extends IBmObject
A representation of the model object 'Library Integration Settings'. * Integration settings container. Contains rules of integration for a specific libraryThe following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DataProtectiongetDataProtection()Returns the value of the 'Data Protection' containment reference.IntegrationSettingsgetIntegrationSettings()Returns the value of the 'Integration Settings' containment reference.StringgetLibraryName()Returns the value of the 'Library Name' attribute.voidsetDataProtection(DataProtection value)Sets the value of the 'Data Protection' containment reference.voidsetIntegrationSettings(IntegrationSettings value)Sets 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.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
-
-
-
-
Method Detail
-
getLibraryName
String getLibraryName()
Returns the value of the 'Library Name' attribute.- Returns:
- the value of the 'Library Name' attribute.
- See Also:
setLibraryName(String),SupplyPackage.getLibraryIntegrationSettings_LibraryName()
-
setLibraryName
void setLibraryName(String value)
Sets the value of the 'Library Name' attribute.- Parameters:
value- the new value of the 'Library Name' attribute.- See Also:
getLibraryName()
-
getIntegrationSettings
IntegrationSettings getIntegrationSettings()
Returns the value of the 'Integration Settings' containment reference.- Returns:
- the value of the 'Integration Settings' containment reference.
- See Also:
setIntegrationSettings(IntegrationSettings),SupplyPackage.getLibraryIntegrationSettings_IntegrationSettings()
-
setIntegrationSettings
void setIntegrationSettings(IntegrationSettings value)
Sets the value of the 'Integration Settings' containment reference.- Parameters:
value- the new value of the 'Integration Settings' containment reference.- See Also:
getIntegrationSettings()
-
getDataProtection
DataProtection getDataProtection()
Returns the value of the 'Data Protection' containment reference.- Returns:
- the value of the 'Data Protection' containment reference.
- See Also:
setDataProtection(DataProtection),SupplyPackage.getLibraryIntegrationSettings_DataProtection()
-
setDataProtection
void setDataProtection(DataProtection value)
Sets the value of the 'Data Protection' containment reference.- Parameters:
value- the new value of the 'Data Protection' containment reference.- See Also:
getDataProtection()
-
-