Interface AggregatesTableColumnViewModel
- 
- All Superinterfaces:
- org.eclipse.emf.ecore.EObject,- IViewModel,- org.eclipse.emf.common.notify.Notifier
 - All Known Implementing Classes:
- AggregatesTableColumnViewModelImpl
 
 public interface AggregatesTableColumnViewModel extends IViewModel A representation of the model object 'Aggregates Table Column View Model'.The following features are supported: 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetHeader()Returns the value of the 'Header' attribute.voidsetHeader(String value)Sets the value of the 'Header' 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- 
getHeaderString getHeader() Returns the value of the 'Header' attribute.- Returns:
- the value of the 'Header' attribute.
- See Also:
- setHeader(String),- AggregatesAefPackage.getAggregatesTableColumnViewModel_Header()
 
 - 
setHeadervoid setHeader(String value) Sets the value of the 'Header' attribute.- Parameters:
- value- the new value of the 'Header' attribute.
- See Also:
- getHeader()
 
 
- 
 
-