public interface Item
extends org.eclipse.emf.ecore.EObject
The following features are supported:
OsgiPackage.getItem()
Modifier and Type | Method and Description |
---|---|
ItemInformation |
getInformation()
Returns the value of the 'Information' containment reference.
|
org.eclipse.emf.common.util.EList<ItemFeatureEntry> |
getItemFeatures()
Returns the value of the 'Item Features' containment reference list.
|
String |
getName()
Returns the value of the 'Name' attribute.
|
void |
setInformation(ItemInformation value)
Sets the value of the '
Information ' containment 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.getItem_Name()
void setName(String value)
Name
' attribute.
value
- the new value of the 'Name' attribute.getName()
ItemInformation getInformation()
If the meaning of the 'Information' containment reference isn't clear, there really should be more of a description here...
setInformation(ItemInformation)
,
OsgiPackage.getItem_Information()
void setInformation(ItemInformation value)
Information
' containment reference.
value
- the new value of the 'Information' containment reference.getInformation()
org.eclipse.emf.common.util.EList<ItemFeatureEntry> getItemFeatures()
ItemFeatureEntry
.
It is bidirectional and its opposite is 'Item
'.
If the meaning of the 'Item Features' containment reference list isn't clear, there really should be more of a description here...
OsgiPackage.getItem_ItemFeatures()
,
ItemFeatureEntry.getItem()