Interface ExchangePlanContentItemViewModel
- All Superinterfaces:
CheckedItemViewModel
,org.eclipse.emf.ecore.EObject
,ItemViewModel
,IViewModel
,org.eclipse.emf.common.notify.Notifier
,TreeItemViewModel
- All Known Subinterfaces:
ExtendedExchangePlanContentItemViewModel
- All Known Implementing Classes:
ExchangePlanContentItemViewModelImpl
,ExtendedExchangePlanContentItemViewModelImpl
A representation of the model object 'Exchange Plan Content Item View Model'.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Auto Record' attribute.boolean
Returns the value of the 'Virtual' attribute.void
Sets the value of the 'Auto Record
' attribute.void
setVirtual
(boolean value) Sets the value of the 'Virtual
' attribute.Methods inherited from interface com._1c.g5.aef2.standard.viewModels.CheckedItemViewModel
getCheckState, isBold, isEditable, isUnresolved, setBold, setCheckState, setEditable, setUnresolved
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.standard.viewModels.ItemViewModel
getIcon, getText, setIcon, setText
Methods inherited from interface com._1c.g5.aef2.viewModels.IViewModel
getEventChannel, getParent, setEventChannel, setParent
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
isVirtual
boolean isVirtual()Returns the value of the 'Virtual' attribute. The default value is"false"
.- Returns:
- the value of the 'Virtual' attribute.
- See Also:
-
setVirtual
void setVirtual(boolean value) Sets the value of the 'Virtual
' attribute.- Parameters:
value
- the new value of the 'Virtual' attribute.- See Also:
-
getAutoRecord
AutoRegistrationChanges getAutoRecord()Returns the value of the 'Auto Record' attribute. The literals are from the enumerationAutoRegistrationChanges
.- Returns:
- the value of the 'Auto Record' attribute.
- See Also:
-
setAutoRecord
Sets the value of the 'Auto Record
' attribute.- Parameters:
value
- the new value of the 'Auto Record' attribute.- See Also:
-