Interface ExtendedCommonAttributeContentItemViewModel
- All Superinterfaces:
CheckedItemViewModel
,CommonAttributeContentItemViewModel
,org.eclipse.emf.ecore.EObject
,ItemViewModel
,IViewModel
,org.eclipse.emf.common.notify.Notifier
,TreeItemViewModel
- All Known Implementing Classes:
ExtendedCommonAttributeContentItemViewModelImpl
public interface ExtendedCommonAttributeContentItemViewModel
extends CommonAttributeContentItemViewModel
A representation of the model object 'Extended Common Attribute Content Item View Model'.
* The exteneded common attribute content item view model.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Object Belonging' 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.Methods inherited from interface com._1c.g5.aef2.standard.viewModels.CheckedItemViewModel
getCheckState, isBold, isEditable, isUnresolved, setBold, setCheckState, setEditable, setUnresolved
Methods inherited from interface com._1c.g5.v8.dt.md.ui.aef.viewModels.CommonAttributeContentItemViewModel
getSplitter, getUse, getUseInput, isCanEditSplitter, isVirtual, setCanEditSplitter, setSplitter, setUse, setVirtual
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
-
isIncluded
boolean isIncluded()Returns the value of the 'Included' attribute. Whether the metadata object is included to the attribute.- 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:
-
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:
-