Interface LongSpinnerViewModel
- All Superinterfaces:
AbstractLongSpinnerViewModel,ControlViewModel,org.eclipse.emf.ecore.EObject,IControlViewModel,IViewModel,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
LongSpinnerViewModelImpl
A representation of the model object 'Long Spinner View Model'.
Spinner control view model for long
The following features are supported:
-
Method Summary
Methods inherited from interface com._1c.g5.aef2.standard.viewModels.AbstractLongSpinnerViewModel
getMax, getMin, setMax, setMinMethods inherited from interface com._1c.g5.aef2.standard.viewModels.ControlViewModel
getApplyValueChange, getContexts, getExternalValidationStatus, getLayoutData, getStatus, isEditable, isEnabled, setApplyValueChange, setEditable, setEnabled, setExternalValidationStatus, setLayoutData, setStatusMethods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface com._1c.g5.aef2.viewModels.IViewModel
getEventChannel, getParent, setEventChannel, setParentMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getValue
long getValue()Returns the value of the 'Value' attribute. Value- Returns:
- the value of the 'Value' attribute.
- See Also:
-
setValue
void setValue(long value) Sets the value of the 'Value' attribute.- Parameters:
value- the new value of the 'Value' attribute.- See Also:
-