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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getExchangePeriod()
Returns the value of the 'Exchange Period' attribute.MdObject
getExchangePlan()
Returns the value of the 'Exchange Plan' reference.int
getInactiveNodesCleanupTimeout()
Returns the value of the 'Inactive Nodes Cleanup Timeout' attribute.org.eclipse.emf.common.util.EList<MdObject>
getNoCodeCorrections()
Returns the value of the 'No Code Corrections' reference list.int
getTransactionCount()
Returns the value of the 'Transaction Count' attribute.boolean
isExchangeOnChangeData()
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.
-
-
-
Method Detail
-
getExchangePlan
MdObject getExchangePlan()
Returns the value of the 'Exchange Plan' reference.- Returns:
- the value of the 'Exchange Plan' reference.
- See Also:
setExchangePlan(MdObject)
,StandaloneContentPackage.getStandaloneContentDataExchangeSettings_ExchangePlan()
-
setExchangePlan
void setExchangePlan(MdObject value)
Sets the value of the 'Exchange Plan
' reference.- Parameters:
value
- the new value of the 'Exchange Plan' reference.- See Also:
getExchangePlan()
-
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(boolean)
,StandaloneContentPackage.getStandaloneContentDataExchangeSettings_ExchangeOnChangeData()
-
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:
isExchangeOnChangeData()
-
getExchangePeriod
int getExchangePeriod()
Returns the value of the 'Exchange Period' attribute.- Returns:
- the value of the 'Exchange Period' attribute.
- See Also:
setExchangePeriod(int)
,StandaloneContentPackage.getStandaloneContentDataExchangeSettings_ExchangePeriod()
-
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:
getExchangePeriod()
-
getTransactionCount
int getTransactionCount()
Returns the value of the 'Transaction Count' attribute.- Returns:
- the value of the 'Transaction Count' attribute.
- See Also:
setTransactionCount(int)
,StandaloneContentPackage.getStandaloneContentDataExchangeSettings_TransactionCount()
-
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:
getTransactionCount()
-
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(int)
,StandaloneContentPackage.getStandaloneContentDataExchangeSettings_InactiveNodesCleanupTimeout()
-
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:
getInactiveNodesCleanupTimeout()
-
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:
StandaloneContentPackage.getStandaloneContentDataExchangeSettings_NoCodeCorrections()
-
-