Package org.jabylon.properties
Interface PropertyFileDiff
-
- All Superinterfaces:
org.eclipse.emf.cdo.CDOObject,org.eclipse.emf.cdo.common.id.CDOWithID,org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
PropertyFileDiffImpl
public interface PropertyFileDiff extends org.eclipse.emf.cdo.CDOObjectA representation of the model object 'Property File Diff'.The following features are supported:
- See Also:
PropertiesPackage.getPropertyFileDiff()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DiffKindgetKind()Returns the value of the 'Kind' attribute.StringgetNewPath()Returns the value of the 'New Path' attribute.StringgetOldPath()Returns the value of the 'Old Path' attribute.voidsetKind(DiffKind value)Sets the value of the 'Kind' attribute.voidsetNewPath(String value)Sets the value of the 'New Path' attribute.voidsetOldPath(String value)Sets the value of the 'Old Path' attribute.-
Methods inherited from interface org.eclipse.emf.cdo.CDOObject
cdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOption
-
-
-
-
Method Detail
-
getNewPath
String getNewPath()
Returns the value of the 'New Path' attribute.If the meaning of the 'New Path' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'New Path' attribute.
- See Also:
setNewPath(String),PropertiesPackage.getPropertyFileDiff_NewPath()
-
setNewPath
void setNewPath(String value)
Sets the value of the 'New Path' attribute.- Parameters:
value- the new value of the 'New Path' attribute.- See Also:
getNewPath()
-
getOldPath
String getOldPath()
Returns the value of the 'Old Path' attribute.If the meaning of the 'Old Path' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Old Path' attribute.
- See Also:
setOldPath(String),PropertiesPackage.getPropertyFileDiff_OldPath()
-
setOldPath
void setOldPath(String value)
Sets the value of the 'Old Path' attribute.- Parameters:
value- the new value of the 'Old Path' attribute.- See Also:
getOldPath()
-
getKind
DiffKind getKind()
Returns the value of the 'Kind' attribute. The literals are from the enumerationDiffKind.If the meaning of the 'Kind' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Kind' attribute.
- See Also:
DiffKind,setKind(DiffKind),PropertiesPackage.getPropertyFileDiff_Kind()
-
-