
public interface CDOResourceNode extends CDOObject
EresourcePackage.getCDOResourceNode()The following features are supported:
| Modifier and Type | Field and Description |
|---|---|
static String |
ROOT_NAME |
static String |
ROOT_PATH |
| Modifier and Type | Method and Description |
|---|---|
void |
delete(Map<?,?> options) |
CDOResourceFolder |
getFolder()
Returns the value of the 'Folder' container reference.
|
String |
getName()
Returns the value of the 'Name' attribute
|
String |
getPath()
Returns the value of the 'Path' attribute
|
URI |
getURI() |
boolean |
isRoot() |
void |
setFolder(CDOResourceFolder value)
Sets the value of the '
Folder' container reference |
void |
setName(String value)
Sets the value of the ' Name' attribute.
|
void |
setPath(String value)
Sets the value of the ' Path' attribute.
|
cdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPermission, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOptioneAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnseteAdapters, eDeliver, eNotify, eSetDeliverstatic final String ROOT_PATH
static final String ROOT_NAME
boolean isRoot()
CDOResourceFolder getFolder()
Nodes'.
If the meaning of the 'Folder' container reference isn't clear, there really should be more of a description here...
setFolder(CDOResourceFolder),
EresourcePackage.getCDOResourceNode_Folder(),
CDOResourceFolder.getNodes()void setFolder(CDOResourceFolder value)
Folder' container reference.
value - the new value of the 'Folder' container reference.getFolder()String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String),
EresourcePackage.getCDOResourceNode_Name()void setName(String value)
Name' attribute. value - the new value of the 'Name' attribute.getName()String getPath()
If the meaning of the 'Path' attribute isn't clear, there really should be more of a description here...
setPath(String),
EresourcePackage.getCDOResourceNode_Path()void setPath(String value)
Path' attribute. value - the new value of the 'Path' attribute.getPath()URI getURI()
void delete(Map<?,?> options) throws IOException
IOExceptionCopyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.