Package com._1c.g5.v8.dt.metadata.mdtype
Interface CalculationRegisterTypes
- All Superinterfaces:
BasicRegisterTypes
,org.eclipse.emf.ecore.EObject
,MdTypes
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
CalculationRegisterTypesImpl
A representation of the model object 'Calculation Register Types'.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Recalcs Type' containment reference.Returns the value of the 'Record Type' containment reference.void
setRecalcsType
(MdRecalcsType value) Sets the value of the 'Recalcs Type
' containment reference.void
setRecordType
(MdRecordType value) Sets the value of the 'Record Type
' containment reference.Methods inherited from interface com._1c.g5.v8.dt.metadata.mdtype.BasicRegisterTypes
getListType, getManagerType, getRecordKeyType, getRecordSetType, getSelectionType, setListType, setManagerType, setRecordKeyType, setRecordSetType, setSelectionType
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
-
getRecordType
MdRecordType getRecordType()Returns the value of the 'Record Type' containment reference.- Returns:
- the value of the 'Record Type' containment reference.
- See Also:
-
setRecordType
Sets the value of the 'Record Type
' containment reference.- Parameters:
value
- the new value of the 'Record Type' containment reference.- See Also:
-
getRecalcsType
MdRecalcsType getRecalcsType()Returns the value of the 'Recalcs Type' containment reference.- Returns:
- the value of the 'Recalcs Type' containment reference.
- See Also:
-
setRecalcsType
Sets the value of the 'Recalcs Type
' containment reference.- Parameters:
value
- the new value of the 'Recalcs Type' containment reference.- See Also:
-