public interface MStringModelFragment extends MModelFragment
Developers: Add more detailed documentation by editing this comment in /org.eclipse.e4.ui.model.workbench/model/ModelFragment.ecore. There is a GenModel/documentation node under each type and attribute.
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFeaturename()
Returns the value of the 'Featurename' attribute
|
java.lang.String |
getParentElementId()
Returns the value of the 'Parent Element Id' attribute
|
java.lang.String |
getPositionInList()
Returns the value of the 'Position In List' attribute
|
void |
setFeaturename(java.lang.String value)
Sets the value of the '
Featurename' attribute |
void |
setParentElementId(java.lang.String value)
Sets the value of the '
Parent Element Id' attribute |
void |
setPositionInList(java.lang.String value)
Sets the value of the '
Position In List' attribute |
getElements, mergejava.lang.String getFeaturename()
Developers: Add more detailed documentation by editing this comment in /org.eclipse.e4.ui.model.workbench/model/ModelFragment.ecore. There is a GenModel/documentation node under each type and attribute.
setFeaturename(String)void setFeaturename(java.lang.String value)
Featurename' attribute.
value - the new value of the 'Featurename' attribute.getFeaturename()java.lang.String getParentElementId()
The parentElementId specifies the targeted parent or parents when a fragment is merged. The ID can be specified in 3 ways:
The following is an xpath example targeting 2 destinations in the model:
xpath://*[@elementId='app.menu.primary' or @elementId='app.menu.secondary']
The parentElementId expression must not be null, but may be an empty string if the fragment did not specify a target.
Developers: Add more detailed documentation by editing this comment in /org.eclipse.e4.ui.model.workbench/model/ModelFragment.ecore. There is a GenModel/documentation node under each type and attribute.
setParentElementId(String)void setParentElementId(java.lang.String value)
Parent Element Id' attribute.
value - the new value of the 'Parent Element Id' attribute.getParentElementId()java.lang.String getPositionInList()
Developers: Add more detailed documentation by editing this comment in /org.eclipse.e4.ui.model.workbench/model/ModelFragment.ecore. There is a GenModel/documentation node under each type and attribute.
setPositionInList(String)void setPositionInList(java.lang.String value)
Position In List' attribute.
value - the new value of the 'Position In List' attribute.getPositionInList()