public interface MarkerGroup
extends org.eclipse.emf.ecore.EObject
The following features are supported:
OsgiPackage.getMarkerGroup()| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<Item> |
getItems()
Returns the value of the 'Items' reference list.
|
org.eclipse.emf.common.util.EList<MarkerEntry> |
getMarkers()
Returns the value of the 'Markers' containment reference list.
|
String |
getName()
Returns the value of the 'Name' attribute.
|
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.getMarkerGroup_Name()void setName(String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()org.eclipse.emf.common.util.EList<MarkerEntry> getMarkers()
MarkerEntry.
If the meaning of the 'Markers' attribute list isn't clear, there really should be more of a description here...
OsgiPackage.getMarkerGroup_Markers()org.eclipse.emf.common.util.EList<Item> getItems()
Item.
If the meaning of the 'Items' containment reference list isn't clear, there really should be more of a description here...
OsgiPackage.getMarkerGroup_Items()