Interface IntegrationSettings
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,IBmObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
IntegrationSettingsImpl
public interface IntegrationSettings extends IBmObject
A representation of the model object 'Integration Settings'. * Integration settings containerThe following features are supported:
- See Also:
SupplyPackage.getIntegrationSettings()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IntegrateNamespaces
getNamespaces()
Returns the value of the 'Namespaces' containment reference.IntegrateObjects
getObjects()
Returns the value of the 'Objects' containment reference.void
setNamespaces(IntegrateNamespaces value)
Sets the value of the 'Namespaces
' containment reference.void
setObjects(IntegrateObjects value)
Sets the value of the 'Objects
' containment reference.-
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
-
getNamespaces
IntegrateNamespaces getNamespaces()
Returns the value of the 'Namespaces' containment reference.- Returns:
- the value of the 'Namespaces' containment reference.
- See Also:
setNamespaces(IntegrateNamespaces)
,SupplyPackage.getIntegrationSettings_Namespaces()
-
setNamespaces
void setNamespaces(IntegrateNamespaces value)
Sets the value of the 'Namespaces
' containment reference.- Parameters:
value
- the new value of the 'Namespaces' containment reference.- See Also:
getNamespaces()
-
getObjects
IntegrateObjects getObjects()
Returns the value of the 'Objects' containment reference.- Returns:
- the value of the 'Objects' containment reference.
- See Also:
setObjects(IntegrateObjects)
,SupplyPackage.getIntegrationSettings_Objects()
-
setObjects
void setObjects(IntegrateObjects value)
Sets the value of the 'Objects
' containment reference.- Parameters:
value
- the new value of the 'Objects' containment reference.- See Also:
getObjects()
-
-