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 DataProtection
getDataProtection()
Returns the value of the 'Data Protection' containment reference.IntegrationSettings
getIntegrationSettings()
Returns the value of the 'Integration Settings' containment reference.String
getLibraryName()
Returns the value of the 'Library Name' attribute.void
setDataProtection(DataProtection value)
Sets the value of the 'Data Protection
' containment reference.void
setIntegrationSettings(IntegrationSettings value)
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, bmGetProperties, bmGetProperty, bmGetReferences, bmGetResourceId, bmGetTopObject, bmGetTransaction, bmGetUri, bmGetUriAsString, bmIsTop, bmIsTransient, bmListBinaryData, bmReadBinaryData, bmRemoveBinaryData, bmSetProperty, bmWriteBinaryData
-
-
-
-
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()
-
-