public interface RestExporter extends ApplicationModule
The following features are supported:
OsgiPackage.getRestExporter()| Modifier and Type | Method and Description |
|---|---|
String |
getContextId()
Returns the value of the 'Context Id' attribute.
|
org.eclipse.emf.common.util.EList<PropertyEntry> |
getHiveProperties()
Returns the value of the 'Hive Properties' containment reference list.
|
org.eclipse.emf.common.util.EList<Item> |
getItems()
Returns the value of the 'Items' reference list.
|
void |
setContextId(String value)
Sets the value of the '
Context Id' attribute. |
org.eclipse.emf.common.util.EList<Item> getItems()
Item.
If the meaning of the 'Items' reference list isn't clear, there really should be more of a description here...
OsgiPackage.getRestExporter_Items()org.eclipse.emf.common.util.EList<PropertyEntry> getHiveProperties()
PropertyEntry.
If the meaning of the 'Hive Properties' containment reference list isn't clear, there really should be more of a description here...
OsgiPackage.getRestExporter_HiveProperties()String getContextId()
If the meaning of the 'Context Id' attribute isn't clear, there really should be more of a description here...
setContextId(String),
OsgiPackage.getRestExporter_ContextId()void setContextId(String value)
Context Id' attribute.
value - the new value of the 'Context Id' attribute.getContextId()