Interface PredefinedDataItemViewModel
- All Superinterfaces:
CheckedItemViewModel
,org.eclipse.emf.ecore.EObject
,ItemViewModel
,IViewModel
,org.eclipse.emf.common.notify.Notifier
,TreeItemViewModel
- All Known Subinterfaces:
ExtendedPredefinedDataItemViewModel
- All Known Implementing Classes:
ExtendedPredefinedDataItemViewModelImpl
,PredefinedDataItemViewModelImpl
A representation of the model object 'Predefined Data Item View Model'.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptiongetCode()
Returns the value of the 'Code' attribute.org.eclipse.emf.common.util.EList<ItemViewModel>
Returns the value of the 'Column Values' reference list.Returns the value of the 'Description' attribute.boolean
isFolder()
Returns the value of the 'Folder' attribute.boolean
Returns the value of the 'Virtual' attribute.void
Sets the value of the 'Code
' attribute.void
setDescription
(String value) Sets the value of the 'Description
' attribute.void
setFolder
(boolean value) Sets the value of the 'Folder
' 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
-
getCode
String getCode()Returns the value of the 'Code' attribute.- Returns:
- the value of the 'Code' attribute.
- See Also:
-
setCode
Sets the value of the 'Code
' attribute.- Parameters:
value
- the new value of the 'Code' attribute.- See Also:
-
getDescription
String getDescription()Returns the value of the 'Description' attribute.- Returns:
- the value of the 'Description' attribute.
- See Also:
-
setDescription
Sets the value of the 'Description
' attribute.- Parameters:
value
- the new value of the 'Description' attribute.- See Also:
-
isFolder
boolean isFolder()Returns the value of the 'Folder' attribute.- Returns:
- the value of the 'Folder' attribute.
- See Also:
-
setFolder
void setFolder(boolean value) Sets the value of the 'Folder
' attribute.- Parameters:
value
- the new value of the 'Folder' attribute.- See Also:
-
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:
-
getColumnValues
org.eclipse.emf.common.util.EList<ItemViewModel> getColumnValues()Returns the value of the 'Column Values' reference list. The list contents are of typeItemViewModel
. Additional dynamics column values for view.- Returns:
- the value of the 'Column Values' reference list.
- See Also:
-