Package org.eclipse.emf.cdo.eresource
Schnittstelle CDOResourceFolder
- Alle Superschnittstellen:
CDOObject
,CDOResourceNode
,CDOWithID
,EObject
,Notifier
- Alle bekannten Implementierungsklassen:
CDOResourceFolderImpl
A representation of the model object 'CDO Resource Folder'.
- Siehe auch:
- 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.
-
Feldübersicht
Von Schnittstelle geerbte Felder org.eclipse.emf.cdo.eresource.CDOResourceNode
ROOT_NAME, ROOT_PATH
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungaddBinaryResource
(String name) addResource
(String name) addResourceFolder
(String name) addTextResource
(String name) getNodes()
Returns the value of the 'Nodes' containment reference list.Von Schnittstelle geerbte Methoden org.eclipse.emf.cdo.CDOObject
cdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPermission, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOption
Von Schnittstelle geerbte Methoden org.eclipse.emf.cdo.eresource.CDOResourceNode
delete, getBasename, getExtension, getFolder, getName, getPath, getURI, isRoot, setBasename, setExtension, setFolder, setName, setPath, trimExtension
Von Schnittstelle geerbte Methoden org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Von Schnittstelle geerbte Methoden org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Methodendetails
-
getNodes
EList<CDOResourceNode> getNodes()Returns the value of the 'Nodes' containment reference list. The list contents are of typeCDOResourceNode
. 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...
- Gibt zurück:
- the value of the 'Nodes' containment reference list.
- Siehe auch:
- Generated
- Model
- opposite="folder" containment="true"
-
getNode
- Seit:
- 4.4
- Added
-
addResourceFolder
- Seit:
- 4.0
- Generated
- Model
-
addResource
- Seit:
- 4.0
- Generated
- Model
-
addTextResource
- Seit:
- 4.2
- Generated
- Model
-
addBinaryResource
- Seit:
- 4.2
- Generated
- Model
-