public interface PropertyFileDiff
extends org.eclipse.emf.cdo.CDOObject
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
DiffKind |
getKind()
Returns the value of the 'Kind' attribute.
|
String |
getNewPath()
Returns the value of the 'New Path' attribute
|
String |
getOldPath()
Returns the value of the 'Old Path' attribute
|
void |
setKind(DiffKind value)
Sets the value of the '
Kind' attribute |
void |
setNewPath(String value)
Sets the value of the '
New Path' attribute |
void |
setOldPath(String value)
Sets the value of the '
Old Path' attribute |
cdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOptionString getNewPath()
If the meaning of the 'New Path' attribute isn't clear, there really should be more of a description here...
setNewPath(String),
PropertiesPackage.getPropertyFileDiff_NewPath()void setNewPath(String value)
New Path' attribute.
value - the new value of the 'New Path' attribute.getNewPath()String getOldPath()
If the meaning of the 'Old Path' attribute isn't clear, there really should be more of a description here...
setOldPath(String),
PropertiesPackage.getPropertyFileDiff_OldPath()void setOldPath(String value)
Old Path' attribute.
value - the new value of the 'Old Path' attribute.getOldPath()DiffKind getKind()
DiffKind.
If the meaning of the 'Kind' attribute isn't clear, there really should be more of a description here...
DiffKind,
setKind(DiffKind),
PropertiesPackage.getPropertyFileDiff_Kind()Copyright © 2013–2014 Jabylon. All rights reserved.