- All Superinterfaces:
EObject,Loadable,Notifier,org.nasdanika.ncore.Tree,TreeItem,org.nasdanika.ncore.TreeItem
- All Known Subinterfaces:
Branch
- All Known Implementing Classes:
BranchImpl,TreeImpl
A representation of the model object 'Tree'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Tree Items Loaded' attribute.voidsetTreeItemsLoaded(Date value) Sets the value of the 'Tree Items Loaded' attribute.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.nasdanika.models.gitlab.Loadable
getLoaded, getLoads, setLoadedMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliverMethods inherited from interface org.nasdanika.ncore.Tree
getTreeItemsMethods inherited from interface org.nasdanika.models.gitlab.TreeItem
getId, getPath, setId, setPathMethods inherited from interface org.nasdanika.ncore.TreeItem
getName, setName
-
Method Details
-
getTreeItemsLoaded
Returns the value of the 'Tree Items Loaded' attribute. Timestamp when this tree's items were loaded- Returns:
- the value of the 'Tree Items Loaded' attribute.
- See Also:
-
setTreeItemsLoaded
Sets the value of the 'Tree Items Loaded' attribute.- Parameters:
value- the new value of the 'Tree Items Loaded' attribute.- See Also:
-