Package org.jabylon.properties
Interface Workspace
-
- All Superinterfaces:
org.eclipse.emf.cdo.CDOObject,org.eclipse.emf.cdo.common.id.CDOWithID,org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier,Resolvable<Workspace,Project>
- All Known Implementing Classes:
WorkspaceImpl
public interface Workspace extends Resolvable<Workspace,Project>
A representation of the model object 'Workspace'.The following features are supported:
- See Also:
PropertiesPackage.getWorkspace()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ProjectgetProject(String name)org.eclipse.emf.common.util.URIgetRoot()Returns the value of the 'Root' attribute.ProjectVersiongetTerminology()voidsetRoot(org.eclipse.emf.common.util.URI value)Sets the value of the 'Root' attribute.-
Methods inherited from interface org.eclipse.emf.cdo.CDOObject
cdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOption
-
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 org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Methods inherited from interface org.jabylon.properties.Resolvable
absoluteFilePath, absolutPath, fullPath, getChild, getChildren, getName, getParent, getPercentComplete, relativePath, resolveChild, resolveChild, setName, setParent, setPercentComplete, toURI, updatePercentComplete
-
-
-
-
Method Detail
-
getRoot
org.eclipse.emf.common.util.URI getRoot()
Returns the value of the 'Root' attribute.If the meaning of the 'Root' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Root' attribute.
- See Also:
setRoot(URI),PropertiesPackage.getWorkspace_Root()
-
setRoot
void setRoot(org.eclipse.emf.common.util.URI value)
Sets the value of the 'Root' attribute.- Parameters:
value- the new value of the 'Root' attribute.- See Also:
getRoot()
-
getTerminology
ProjectVersion getTerminology()
-
-