Package com._1c.g5.v8.dt.scc.model
Interface StandaloneContentDataExchangeSettings
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
StandaloneContentDataExchangeSettingsImpl
public interface StandaloneContentDataExchangeSettings
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Data Exchange Settings'.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionint
Returns the value of the 'Exchange Period' attribute.Returns the value of the 'Exchange Plan' reference.int
Returns the value of the 'Inactive Nodes Cleanup Timeout' attribute.org.eclipse.emf.common.util.EList<MdObject>
Returns the value of the 'No Code Corrections' reference list.int
Returns the value of the 'Transaction Count' attribute.boolean
Returns the value of the 'Exchange On Change Data' attribute.void
setExchangeOnChangeData
(boolean value) Sets the value of the 'Exchange On Change Data
' attribute.void
setExchangePeriod
(int value) Sets the value of the 'Exchange Period
' attribute.void
setExchangePlan
(MdObject value) Sets the value of the 'Exchange Plan
' reference.void
setInactiveNodesCleanupTimeout
(int value) Sets the value of the 'Inactive Nodes Cleanup Timeout
' attribute.void
setTransactionCount
(int value) Sets the value of the 'Transaction Count
' 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 org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getExchangePlan
MdObject getExchangePlan()Returns the value of the 'Exchange Plan' reference.- Returns:
- the value of the 'Exchange Plan' reference.
- See Also:
-
setExchangePlan
Sets the value of the 'Exchange Plan
' reference.- Parameters:
value
- the new value of the 'Exchange Plan' reference.- See Also:
-
isExchangeOnChangeData
boolean isExchangeOnChangeData()Returns the value of the 'Exchange On Change Data' attribute.- Returns:
- the value of the 'Exchange On Change Data' attribute.
- See Also:
-
setExchangeOnChangeData
void setExchangeOnChangeData(boolean value) Sets the value of the 'Exchange On Change Data
' attribute.- Parameters:
value
- the new value of the 'Exchange On Change Data' attribute.- See Also:
-
getExchangePeriod
int getExchangePeriod()Returns the value of the 'Exchange Period' attribute.- Returns:
- the value of the 'Exchange Period' attribute.
- See Also:
-
setExchangePeriod
void setExchangePeriod(int value) Sets the value of the 'Exchange Period
' attribute.- Parameters:
value
- the new value of the 'Exchange Period' attribute.- See Also:
-
getTransactionCount
int getTransactionCount()Returns the value of the 'Transaction Count' attribute.- Returns:
- the value of the 'Transaction Count' attribute.
- See Also:
-
setTransactionCount
void setTransactionCount(int value) Sets the value of the 'Transaction Count
' attribute.- Parameters:
value
- the new value of the 'Transaction Count' attribute.- See Also:
-
getInactiveNodesCleanupTimeout
int getInactiveNodesCleanupTimeout()Returns the value of the 'Inactive Nodes Cleanup Timeout' attribute.- Returns:
- the value of the 'Inactive Nodes Cleanup Timeout' attribute.
- See Also:
-
setInactiveNodesCleanupTimeout
void setInactiveNodesCleanupTimeout(int value) Sets the value of the 'Inactive Nodes Cleanup Timeout
' attribute.- Parameters:
value
- the new value of the 'Inactive Nodes Cleanup Timeout' attribute.- See Also:
-
getNoCodeCorrections
org.eclipse.emf.common.util.EList<MdObject> getNoCodeCorrections()Returns the value of the 'No Code Corrections' reference list. The list contents are of typeMdObject
.- Returns:
- the value of the 'No Code Corrections' reference list.
- See Also:
-