Package org.eclipse.emf.cdo.transfer
Interface CDOTransferMapping
- All Superinterfaces:
Comparable<CDOTransferMapping>
- Since:
- 4.2
- Author:
- Eike Stepper
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic enum
Enumerates the possibles values ofgetStatus()
.static interface
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(CDOTransferMapping.Visitor visitor) getName()
boolean
boolean
isRoot()
void
void
setRelativePath
(String path) void
setRelativePath
(IPath path) void
setTransferType
(CDOTransferType transferType) void
unmap()
Methods inherited from interface java.lang.Comparable
compareTo
-
Field Details
-
NO_CHILDREN
-
-
Method Details
-
getTransfer
CDOTransfer getTransfer() -
getSource
CDOTransferElement getSource() -
getParent
CDOTransferMapping getParent() -
isRoot
boolean isRoot() -
isDirectory
boolean isDirectory() -
getName
String getName() -
setName
-
getRelativePath
IPath getRelativePath() -
setRelativePath
-
setRelativePath
-
accept
-
getChildren
CDOTransferMapping[] getChildren() -
getChild
-
getChild
-
unmap
void unmap() -
getTransferType
CDOTransferType getTransferType() -
setTransferType
-
getFullPath
IPath getFullPath() -
getStatus
CDOTransferMapping.Status getStatus() -
getTarget
CDOTransferElement getTarget()
-