Interface AggregateTableItemViewModel
- 
- All Superinterfaces:
- org.eclipse.emf.ecore.EObject,- IViewModel,- org.eclipse.emf.common.notify.Notifier
 - All Known Implementing Classes:
- AggregateTableItemViewModelImpl
 
 public interface AggregateTableItemViewModel extends IViewModel A representation of the model object 'Aggregate Table Item View Model'.The following features are supported: 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.common.util.EList<String>getDimensionNames()Returns the value of the 'Dimension Names' attribute list.AccumulationRegisterAggregatePeriodicitygetPeriodicity()Returns the value of the 'Periodicity' attribute.StringgetStateImageId()Returns the value of the 'State Image Id' attribute.StringgetStateMessage()Returns the value of the 'State Message' attribute.AccumulationRegisterAggregateUsegetUse()Returns the value of the 'Use' attribute.voidsetPeriodicity(AccumulationRegisterAggregatePeriodicity value)Sets the value of the 'Periodicity' attribute.voidsetStateImageId(String value)Sets the value of the 'State Image Id' attribute.voidsetStateMessage(String value)Sets the value of the 'State Message' attribute.voidsetUse(AccumulationRegisterAggregateUse value)Sets the value of the 'Use' attribute.- 
Methods inherited from interface org.eclipse.emf.ecore.EObjecteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 - 
Methods inherited from interface com._1c.g5.aef2.viewModels.IViewModelgetEventChannel, getParent, setEventChannel, setParent
 
- 
 
- 
- 
- 
Method Detail- 
getStateImageIdString getStateImageId() Returns the value of the 'State Image Id' attribute.- Returns:
- the value of the 'State Image Id' attribute.
- See Also:
- setStateImageId(String),- AggregatesAefPackage.getAggregateTableItemViewModel_StateImageId()
 
 - 
setStateImageIdvoid setStateImageId(String value) Sets the value of the 'State Image Id' attribute.- Parameters:
- value- the new value of the 'State Image Id' attribute.
- See Also:
- getStateImageId()
 
 - 
getStateMessageString getStateMessage() Returns the value of the 'State Message' attribute.- Returns:
- the value of the 'State Message' attribute.
- See Also:
- setStateMessage(String),- AggregatesAefPackage.getAggregateTableItemViewModel_StateMessage()
 
 - 
setStateMessagevoid setStateMessage(String value) Sets the value of the 'State Message' attribute.- Parameters:
- value- the new value of the 'State Message' attribute.
- See Also:
- getStateMessage()
 
 - 
getUseAccumulationRegisterAggregateUse 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:
- AccumulationRegisterAggregateUse,- setUse(AccumulationRegisterAggregateUse),- AggregatesAefPackage.getAggregateTableItemViewModel_Use()
 
 - 
setUsevoid setUse(AccumulationRegisterAggregateUse value) Sets the value of the 'Use' attribute.- Parameters:
- value- the new value of the 'Use' attribute.
- See Also:
- AccumulationRegisterAggregateUse,- getUse()
 
 - 
getPeriodicityAccumulationRegisterAggregatePeriodicity 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:
- AccumulationRegisterAggregatePeriodicity,- setPeriodicity(AccumulationRegisterAggregatePeriodicity),- AggregatesAefPackage.getAggregateTableItemViewModel_Periodicity()
 
 - 
setPeriodicityvoid setPeriodicity(AccumulationRegisterAggregatePeriodicity value) Sets the value of the 'Periodicity' attribute.- Parameters:
- value- the new value of the 'Periodicity' attribute.
- See Also:
- AccumulationRegisterAggregatePeriodicity,- getPeriodicity()
 
 - 
getDimensionNamesorg.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:
- AggregatesAefPackage.getAggregateTableItemViewModel_DimensionNames()
 
 
- 
 
-