Interface CommonAttributeContentItemViewModel
- All Superinterfaces:
CheckedItemViewModel
,org.eclipse.emf.ecore.EObject
,ItemViewModel
,IViewModel
,org.eclipse.emf.common.notify.Notifier
,TreeItemViewModel
- All Known Subinterfaces:
ExtendedCommonAttributeContentItemViewModel
- All Known Implementing Classes:
CommonAttributeContentItemViewModelImpl
,ExtendedCommonAttributeContentItemViewModelImpl
A representation of the model object 'Common Attribute Content Item View Model'.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Splitter' reference.getUse()
Returns the value of the 'Use' reference.org.eclipse.emf.common.util.EList<ItemViewModel>
Returns the value of the 'Use Input' reference list.boolean
Returns the value of the 'Can Edit Splitter' attribute.boolean
Returns the value of the 'Virtual' attribute.void
setCanEditSplitter
(boolean value) Sets the value of the 'Can Edit Splitter
' attribute.void
setSplitter
(ItemViewModel value) Sets the value of the 'Splitter
' reference.void
setUse
(ItemViewModel value) Sets the value of the 'Use
' reference.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:
-
getUseInput
org.eclipse.emf.common.util.EList<ItemViewModel> getUseInput()Returns the value of the 'Use Input' reference list. The list contents are of typeItemViewModel
.- Returns:
- the value of the 'Use Input' reference list.
- See Also:
-
getUse
ItemViewModel getUse()Returns the value of the 'Use' reference.- Returns:
- the value of the 'Use' reference.
- See Also:
-
setUse
Sets the value of the 'Use
' reference.- Parameters:
value
- the new value of the 'Use' reference.- See Also:
-
getSplitter
ItemViewModel getSplitter()Returns the value of the 'Splitter' reference.- Returns:
- the value of the 'Splitter' reference.
- See Also:
-
setSplitter
Sets the value of the 'Splitter
' reference.- Parameters:
value
- the new value of the 'Splitter' reference.- See Also:
-
isCanEditSplitter
boolean isCanEditSplitter()Returns the value of the 'Can Edit Splitter' attribute.- Returns:
- the value of the 'Can Edit Splitter' attribute.
- See Also:
-
setCanEditSplitter
void setCanEditSplitter(boolean value) Sets the value of the 'Can Edit Splitter
' attribute.- Parameters:
value
- the new value of the 'Can Edit Splitter' attribute.- See Also:
-