Interface ExtendedExchangePlanContentItemViewModel
- All Superinterfaces:
CheckedItemViewModel
,org.eclipse.emf.ecore.EObject
,ExchangePlanContentItemViewModel
,ItemViewModel
,IViewModel
,org.eclipse.emf.common.notify.Notifier
,TreeItemViewModel
- All Known Implementing Classes:
ExtendedExchangePlanContentItemViewModelImpl
A representation of the model object 'Extended Exchange Plan Content Item View Model'.
* The exteneded exchange plan content item view model.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Object Belonging' attribute.Returns the value of the 'Property State' attribute.boolean
Returns the value of the 'Included' attribute.void
setIncluded
(boolean value) Sets the value of the 'Included
' attribute.void
Sets the value of the 'Object Belonging
' attribute.void
setPropertyState
(MdPropertyState value) Sets the value of the 'Property State
' 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.v8.dt.md.ui.aef.viewModels.ExchangePlanContentItemViewModel
getAutoRecord, isVirtual, setAutoRecord, setVirtual
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
-
isIncluded
boolean isIncluded()Returns the value of the 'Included' attribute. Whether the metadata object is included to the plan.- Returns:
- the value of the 'Included' attribute.
- See Also:
-
setIncluded
void setIncluded(boolean value) Sets the value of the 'Included
' attribute.- Parameters:
value
- the new value of the 'Included' attribute.- See Also:
-
getPropertyState
MdPropertyState getPropertyState()Returns the value of the 'Property State' attribute. The literals are from the enumerationMdPropertyState
. Metadata object property state of the "mdObject" property.- Returns:
- the value of the 'Property State' attribute.
- See Also:
-
setPropertyState
Sets the value of the 'Property State
' attribute.- Parameters:
value
- the new value of the 'Property State' attribute.- See Also:
-
getObjectBelonging
ObjectBelonging getObjectBelonging()Returns the value of the 'Object Belonging' attribute. The literals are from the enumerationObjectBelonging
. Object belonging of the metadata object.- Returns:
- the value of the 'Object Belonging' attribute.
- See Also:
-
setObjectBelonging
Sets the value of the 'Object Belonging
' attribute.- Parameters:
value
- the new value of the 'Object Belonging' attribute.- See Also:
-