public interface DeltaItem extends Item
The following features are supported:
OsgiPackage.getDeltaItem()
Modifier and Type | Method and Description |
---|---|
Item |
getSource()
Returns the value of the 'Source' reference.
|
void |
setSource(Item value)
Sets the value of the '
Source ' reference. |
getInformation, getItemFeatures, getName, setInformation, setName
Item getSource()
If the meaning of the 'Source' reference isn't clear, there really should be more of a description here...
setSource(Item)
,
OsgiPackage.getDeltaItem_Source()
void setSource(Item value)
Source
' reference.
value
- the new value of the 'Source' reference.getSource()