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