org.eclipse.emf.cdo.eresource
Interface CDOResourceFolder
- All Superinterfaces:
- CDOObject, CDOResourceNode, CDOWithID, EObject, Notifier
- All Known Implementing Classes:
- CDOResourceFolderImpl
- public interface CDOResourceFolder
- extends CDOResourceNode
A representation of the model object 'CDO Resource Folder'.
- See Also:
EresourcePackage.getCDOResourceFolder()- Generated
- Model
- No Implement
- This interface is not intended to be implemented by clients.
The following features are supported:
- No Extend
- This interface is not intended to be extended by clients.
| 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 |
getNodes
EList<CDOResourceNode> getNodes()
- Returns the value of the 'Nodes' containment reference list.
The list contents are of type
CDOResourceNode.
It is bidirectional and its opposite is 'Folder'.
If the meaning of the 'Nodes' containment reference list isn't clear, there really should be more of a
description here...
- Returns:
- the value of the 'Nodes' containment reference list.
- See Also:
EresourcePackage.getCDOResourceFolder_Nodes(),
CDOResourceNode.getFolder()- Generated
- Model
- opposite="folder" containment="true"
addResourceFolder
CDOResourceFolder addResourceFolder(String name)
-
- Since:
- 4.0
- Generated
- Model
addResource
CDOResource addResource(String name)
-
- Since:
- 4.0
- Generated
- Model
addTextResource
CDOTextResource addTextResource(String name)
-
- Since:
- 4.2
- Generated
- Model
addBinaryResource
CDOBinaryResource addBinaryResource(String name)
-
- Since:
- 4.2
- Generated
- Model
Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.