Interface AccumulationRegisterAggregate
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
AccumulationRegisterAggregateImpl
public interface AccumulationRegisterAggregate
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Accumulation Register Aggregate'.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<AccumulationRegisterDimension>
Returns the value of the 'Dimensions' reference list.getId()
Returns the value of the 'Id' attribute.Returns the value of the 'Periodicity' attribute.getUse()
Returns the value of the 'Use' attribute.void
Sets the value of the 'Id
' attribute.void
Sets the value of the 'Periodicity
' attribute.void
Sets the value of the 'Use
' attribute.boolean
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
-
getId
UUID getId()Returns the value of the 'Id' attribute.- Returns:
- the value of the 'Id' attribute.
- See Also:
-
setId
Sets the value of the 'Id
' attribute.- Parameters:
value
- the new value of the 'Id' attribute.- See Also:
-
getUse
AccumulationRegisterAggregateUse getUse()Returns the value of the 'Use' attribute. The literals are from the enumerationAccumulationRegisterAggregateUse
.- Returns:
- the value of the 'Use' attribute.
- See Also:
-
setUse
Sets the value of the 'Use
' attribute.- Parameters:
value
- the new value of the 'Use' attribute.- See Also:
-
getPeriodicity
AccumulationRegisterAggregatePeriodicity getPeriodicity()Returns the value of the 'Periodicity' attribute. The literals are from the enumerationAccumulationRegisterAggregatePeriodicity
.- Returns:
- the value of the 'Periodicity' attribute.
- See Also:
-
setPeriodicity
Sets the value of the 'Periodicity
' attribute.- Parameters:
value
- the new value of the 'Periodicity' attribute.- See Also:
-
getDimensions
org.eclipse.emf.common.util.EList<AccumulationRegisterDimension> getDimensions()Returns the value of the 'Dimensions' reference list. The list contents are of typeAccumulationRegisterDimension
.- Returns:
- the value of the 'Dimensions' reference list.
- See Also:
-
validate
boolean validate(org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object, Object> context)
-