Interface AggregateTableItemViewModel
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,IViewModel
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
AggregateTableItemViewModelImpl
A representation of the model object 'Aggregate Table Item View Model'.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<String>
Returns the value of the 'Dimension Names' attribute list.Returns the value of the 'Periodicity' attribute.Returns the value of the 'State Image Id' attribute.Returns the value of the 'State Message' attribute.getUse()
Returns the value of the 'Use' attribute.void
Sets the value of the 'Periodicity
' attribute.void
setStateImageId
(String value) Sets the value of the 'State Image Id
' attribute.void
setStateMessage
(String value) Sets the value of the 'State Message
' attribute.void
Sets the value of the 'Use
' attribute.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.aef2.viewModels.IViewModel
getEventChannel, getParent, setEventChannel, setParent
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getStateImageId
String getStateImageId()Returns the value of the 'State Image Id' attribute.- Returns:
- the value of the 'State Image Id' attribute.
- See Also:
-
setStateImageId
Sets the value of the 'State Image Id
' attribute.- Parameters:
value
- the new value of the 'State Image Id' attribute.- See Also:
-
getStateMessage
String getStateMessage()Returns the value of the 'State Message' attribute.- Returns:
- the value of the 'State Message' attribute.
- See Also:
-
setStateMessage
Sets the value of the 'State Message
' attribute.- Parameters:
value
- the new value of the 'State Message' attribute.- See Also:
-
getUse
AccumulationRegisterAggregateUse getUse()Returns the value of the 'Use' attribute. The default value is"Auto"
. 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 default value is"Auto"
. 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:
-
getDimensionNames
org.eclipse.emf.common.util.EList<String> getDimensionNames()Returns the value of the 'Dimension Names' attribute list. The list contents are of typeString
.- Returns:
- the value of the 'Dimension Names' attribute list.
- See Also:
-