public interface ItemReference
extends org.eclipse.emf.ecore.EObject
The following features are supported:
OsgiPackage.getItemReference()
Modifier and Type | Method and Description |
---|---|
Item |
getItem()
Returns the value of the 'Item' reference.
|
String |
getName()
Returns the value of the 'Name' attribute.
|
void |
setItem(Item value)
Sets the value of the '
Item ' reference. |
void |
setName(String value)
Sets the value of the '
Name ' attribute. |
Item getItem()
If the meaning of the 'Item' reference isn't clear, there really should be more of a description here...
setItem(Item)
,
OsgiPackage.getItemReference_Item()
void setItem(Item value)
Item
' reference.
value
- the new value of the 'Item' reference.getItem()
String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String)
,
OsgiPackage.getItemReference_Name()