public interface BlockGroup extends NamedDocumentable
The following features are supported:
OsgiPackage.getBlockGroup()
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<BlockHandler> |
getHandlers()
Returns the value of the 'Handlers' reference list.
|
org.eclipse.emf.common.util.EList<String> |
getHierarchy()
Returns the value of the 'Hierarchy' attribute list.
|
getName, setName
getShortDescription, setShortDescription
org.eclipse.emf.common.util.EList<BlockHandler> getHandlers()
BlockHandler
.
It is bidirectional and its opposite is 'Group
'.
If the meaning of the 'Handlers' reference list isn't clear, there really should be more of a description here...
OsgiPackage.getBlockGroup_Handlers()
,
BlockHandler.getGroup()
org.eclipse.emf.common.util.EList<String> getHierarchy()
String
.
If the meaning of the 'Hierarchy' attribute list isn't clear, there really should be more of a description here...
OsgiPackage.getBlockGroup_Hierarchy()