Interface Recalculation
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,MdObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
RecalculationImpl
public interface Recalculation extends MdObject
A representation of the model object 'Recalculation'.The following features are supported:
- See Also:
MdClassPackage.getRecalculation()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DefaultDataLockControlMode
getDataLockControlMode()
Returns the value of the 'Data Lock Control Mode' attribute.RecalculationDbViewDefs
getDbViewDefs()
Returns the value of the 'Db View Defs' containment reference.org.eclipse.emf.common.util.EList<RecalculationDimension>
getDimensions()
Returns the value of the 'Dimensions' containment reference list.RecalculationTypes
getProducedTypes()
Returns the value of the 'Produced Types' containment reference.Module
getRecordSetModule()
Returns the value of the 'Record Set Module' reference.void
setDataLockControlMode(DefaultDataLockControlMode value)
Sets the value of the 'Data Lock Control Mode
' attribute.void
setDbViewDefs(RecalculationDbViewDefs value)
Sets the value of the 'Db View Defs
' containment reference.void
setProducedTypes(RecalculationTypes value)
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
-
-
-
-
Method Detail
-
getProducedTypes
RecalculationTypes getProducedTypes()
Returns the value of the 'Produced Types' containment reference.- Returns:
- the value of the 'Produced Types' containment reference.
- See Also:
setProducedTypes(RecalculationTypes)
,MdClassPackage.getRecalculation_ProducedTypes()
-
setProducedTypes
void setProducedTypes(RecalculationTypes value)
Sets the value of the 'Produced Types
' containment reference.- Parameters:
value
- the new value of the 'Produced Types' containment reference.- See Also:
getProducedTypes()
-
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(RecalculationDbViewDefs)
,MdClassPackage.getRecalculation_DbViewDefs()
-
setDbViewDefs
void setDbViewDefs(RecalculationDbViewDefs value)
Sets the value of the 'Db View Defs
' containment reference.- Parameters:
value
- the new value of the 'Db View Defs' containment reference.- See Also:
getDbViewDefs()
-
getRecordSetModule
Module getRecordSetModule()
Returns the value of the 'Record Set Module' reference.- Returns:
- the value of the 'Record Set Module' reference.
- See Also:
setRecordSetModule(com._1c.g5.v8.dt.bsl.model.Module)
,MdClassPackage.getRecalculation_RecordSetModule()
-
setRecordSetModule
void setRecordSetModule(Module value)
Sets the value of the 'Record Set Module
' reference.- Parameters:
value
- the new value of the 'Record Set Module' reference.- See Also:
getRecordSetModule()
-
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:
DefaultDataLockControlMode
,setDataLockControlMode(DefaultDataLockControlMode)
,MdClassPackage.getRecalculation_DataLockControlMode()
-
setDataLockControlMode
void setDataLockControlMode(DefaultDataLockControlMode value)
Sets the value of the 'Data Lock Control Mode
' attribute.- Parameters:
value
- the new value of the 'Data Lock Control Mode' attribute.- See Also:
DefaultDataLockControlMode
,getDataLockControlMode()
-
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:
MdClassPackage.getRecalculation_Dimensions()
-
-