Interface Recalculation
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,MdObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
RecalculationImpl
A representation of the model object 'Recalculation'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Data Lock Control Mode' attribute.Returns the value of the 'Db View Defs' containment reference.org.eclipse.emf.common.util.EList<RecalculationDimension>
Returns the value of the 'Dimensions' containment reference list.Returns the value of the 'Produced Types' containment reference.Returns the value of the 'Record Set Module' reference.void
Sets the value of the 'Data Lock Control Mode
' attribute.void
Sets the value of the 'Db View Defs
' containment reference.void
Sets the value of the 'Produced Types
' containment reference.void
setRecordSetModule
(Module value) Sets the value of the 'Record Set Module
' 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.dt.metadata.mdclass.MdObject
getComment, getExtendedConfigurationObject, getExtension, getName, getObjectBelonging, getSynonym, getUuid, setComment, setExtendedConfigurationObject, setExtension, setName, setObjectBelonging, setUuid
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getProducedTypes
RecalculationTypes getProducedTypes()Returns the value of the 'Produced Types' containment reference.- Returns:
- the value of the 'Produced Types' containment reference.
- See Also:
-
setProducedTypes
Sets the value of the 'Produced Types
' containment reference.- Parameters:
value
- the new value of the 'Produced Types' containment reference.- See Also:
-
getDbViewDefs
RecalculationDbViewDefs getDbViewDefs()Returns the value of the 'Db View Defs' containment reference.- Returns:
- the value of the 'Db View Defs' containment reference.
- See Also:
-
setDbViewDefs
Sets the value of the 'Db View Defs
' containment reference.- Parameters:
value
- the new value of the 'Db View Defs' containment reference.- See Also:
-
getRecordSetModule
Module getRecordSetModule()Returns the value of the 'Record Set Module' reference.- Returns:
- the value of the 'Record Set Module' reference.
- See Also:
-
setRecordSetModule
Sets the value of the 'Record Set Module
' reference.- Parameters:
value
- the new value of the 'Record Set Module' reference.- See Also:
-
getDataLockControlMode
DefaultDataLockControlMode getDataLockControlMode()Returns the value of the 'Data Lock Control Mode' attribute. The literals are from the enumerationDefaultDataLockControlMode
.- Returns:
- the value of the 'Data Lock Control Mode' attribute.
- See Also:
-
setDataLockControlMode
Sets the value of the 'Data Lock Control Mode
' attribute.- Parameters:
value
- the new value of the 'Data Lock Control Mode' attribute.- See Also:
-
getDimensions
org.eclipse.emf.common.util.EList<RecalculationDimension> getDimensions()Returns the value of the 'Dimensions' containment reference list. The list contents are of typeRecalculationDimension
.- Returns:
- the value of the 'Dimensions' containment reference list.
- See Also:
-