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