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 Summary
All 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.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
-
-
-
-
Method Detail
-
getStateImageId
String 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()
-
setStateImageId
void 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()
-
getStateMessage
String getStateMessage()
Returns the value of the 'State Message' attribute.- Returns:
- the value of the 'State Message' attribute.
- See Also:
setStateMessage(String),AggregatesAefPackage.getAggregateTableItemViewModel_StateMessage()
-
setStateMessage
void setStateMessage(String value)
Sets the value of the 'State Message' attribute.- Parameters:
value- the new value of the 'State Message' attribute.- See Also:
getStateMessage()
-
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:
AccumulationRegisterAggregateUse,setUse(AccumulationRegisterAggregateUse),AggregatesAefPackage.getAggregateTableItemViewModel_Use()
-
setUse
void setUse(AccumulationRegisterAggregateUse value)
Sets the value of the 'Use' attribute.- Parameters:
value- the new value of the 'Use' attribute.- See Also:
AccumulationRegisterAggregateUse,getUse()
-
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:
AccumulationRegisterAggregatePeriodicity,setPeriodicity(AccumulationRegisterAggregatePeriodicity),AggregatesAefPackage.getAggregateTableItemViewModel_Periodicity()
-
setPeriodicity
void setPeriodicity(AccumulationRegisterAggregatePeriodicity value)
Sets the value of the 'Periodicity' attribute.- Parameters:
value- the new value of the 'Periodicity' attribute.- See Also:
AccumulationRegisterAggregatePeriodicity,getPeriodicity()
-
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:
AggregatesAefPackage.getAggregateTableItemViewModel_DimensionNames()
-
-