Interface BigDecimalSpinnerViewModel
- All Superinterfaces:
ControlViewModel,org.eclipse.emf.ecore.EObject,IControlViewModel,IViewModel,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
BigDecimalSpinnerViewModelImpl
A representation of the model object 'Big Decimal Spinner View Model'.
Spinner control view model for big decimal
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptiongetMax()Returns the value of the 'Max' attribute.getMin()Returns the value of the 'Min' attribute.getValue()Returns the value of the 'Value' attribute.voidsetMax(BigDecimal value) Sets the value of the 'Max' attribute.voidsetMin(BigDecimal value) Sets the value of the 'Min' attribute.voidsetValue(BigDecimal value) Sets the value of the 'Value' attribute.Methods 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
-
getMin
BigDecimal getMin()Returns the value of the 'Min' attribute. Minimum value- Returns:
- the value of the 'Min' attribute.
- See Also:
-
setMin
Sets the value of the 'Min' attribute.- Parameters:
value- the new value of the 'Min' attribute.- See Also:
-
getMax
BigDecimal getMax()Returns the value of the 'Max' attribute. Maximum value- Returns:
- the value of the 'Max' attribute.
- See Also:
-
setMax
Sets the value of the 'Max' attribute.- Parameters:
value- the new value of the 'Max' attribute.- See Also:
-
getValue
BigDecimal getValue()Returns the value of the 'Value' attribute. Value- Returns:
- the value of the 'Value' attribute.
- See Also:
-
setValue
Sets the value of the 'Value' attribute.- Parameters:
value- the new value of the 'Value' attribute.- See Also:
-