Interface RecalculationDimension
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,MdObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
RecalculationDimensionImpl
public interface RecalculationDimension extends MdObject
A representation of the model object 'Recalculation Dimension'.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.common.util.EList<BasicFeature>
getLeadingRegisterData()
Returns the value of the 'Leading Register Data' reference list.CalculationRegisterDimension
getRegisterDimension()
Returns the value of the 'Register Dimension' reference.void
setRegisterDimension(CalculationRegisterDimension value)
Sets 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, 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
-
getRegisterDimension
CalculationRegisterDimension getRegisterDimension()
Returns the value of the 'Register Dimension' reference.- Returns:
- the value of the 'Register Dimension' reference.
- See Also:
setRegisterDimension(CalculationRegisterDimension)
,MdClassPackage.getRecalculationDimension_RegisterDimension()
-
setRegisterDimension
void setRegisterDimension(CalculationRegisterDimension value)
Sets the value of the 'Register Dimension
' reference.- Parameters:
value
- the new value of the 'Register Dimension' reference.- See Also:
getRegisterDimension()
-
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:
MdClassPackage.getRecalculationDimension_LeadingRegisterData()
-
-