Interface RecalculationDimension
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,MdObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
RecalculationDimensionImpl
A representation of the model object 'Recalculation Dimension'.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<BasicFeature>Returns the value of the 'Leading Register Data' reference list.Returns the value of the 'Register Dimension' reference.voidSets the value of the 'Register Dimension' reference.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface com._1c.g5.v8.dt.metadata.mdclass.MdObject
getComment, getExtendedConfigurationObject, getExtension, getName, getObjectBelonging, getSynonym, getUuid, setComment, setExtendedConfigurationObject, setExtension, setName, setObjectBelonging, setUuidMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getRegisterDimension
CalculationRegisterDimension getRegisterDimension()Returns the value of the 'Register Dimension' reference.- Returns:
- the value of the 'Register Dimension' reference.
- See Also:
-
setRegisterDimension
Sets the value of the 'Register Dimension' reference.- Parameters:
value- the new value of the 'Register Dimension' reference.- See Also:
-
getLeadingRegisterData
org.eclipse.emf.common.util.EList<BasicFeature> getLeadingRegisterData()Returns the value of the 'Leading Register Data' reference list. The list contents are of typeBasicFeature.- Returns:
- the value of the 'Leading Register Data' reference list.
- See Also:
-