public class StringModelFragmentImpl extends ModelFragmentImpl implements MStringModelFragment
The following features are implemented:
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
featurename
The cached value of the '
Featurename' attribute |
protected static java.lang.String |
FEATURENAME_EDEFAULT
The default value of the '
Featurename' attribute |
protected static java.lang.String |
PARENT_ELEMENT_ID_EDEFAULT
The default value of the '
Parent Element Id' attribute |
protected java.lang.String |
parentElementId
The cached value of the '
Parent Element Id' attribute |
protected static java.lang.String |
POSITION_IN_LIST_EDEFAULT
The default value of the '
Position In List' attribute |
protected java.lang.String |
positionInList
The cached value of the '
Position In List' attribute |
elements| Modifier | Constructor and Description |
|---|---|
protected |
StringModelFragmentImpl() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
java.lang.Object newValue) |
protected EClass |
eStaticClass() |
void |
eUnset(int featureID) |
java.lang.String |
getFeaturename() |
java.lang.String |
getParentElementId() |
java.lang.String |
getPositionInList() |
java.util.List<MApplicationElement> |
merge(MApplication application) |
void |
setFeaturename(java.lang.String newFeaturename) |
void |
setParentElementId(java.lang.String newParentElementId) |
void |
setPositionInList(java.lang.String newPositionInList) |
java.lang.String |
toString() |
eInverseRemove, getElementsclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetElementsprotected static final java.lang.String FEATURENAME_EDEFAULT
Featurename' attribute.
getFeaturename()protected java.lang.String featurename
Featurename' attribute.
getFeaturename()protected static final java.lang.String PARENT_ELEMENT_ID_EDEFAULT
Parent Element Id' attribute.
getParentElementId()protected java.lang.String parentElementId
Parent Element Id' attribute.
getParentElementId()protected static final java.lang.String POSITION_IN_LIST_EDEFAULT
Position In List' attribute.
getPositionInList()protected java.lang.String positionInList
Position In List' attribute.
getPositionInList()protected EClass eStaticClass()
eStaticClass in class ModelFragmentImplpublic java.lang.String getFeaturename()
getFeaturename in interface MStringModelFragmentMStringModelFragment.setFeaturename(String)public void setFeaturename(java.lang.String newFeaturename)
setFeaturename in interface MStringModelFragmentnewFeaturename - the new value of the 'Featurename' attribute.MStringModelFragment.getFeaturename()public java.lang.String getParentElementId()
getParentElementId in interface MStringModelFragmentDevelopers: 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.
MStringModelFragment.setParentElementId(String)public void setParentElementId(java.lang.String newParentElementId)
setParentElementId in interface MStringModelFragmentnewParentElementId - the new value of the 'Parent Element Id' attribute.,
MStringModelFragment.getParentElementId()public java.lang.String getPositionInList()
getPositionInList in interface MStringModelFragmentMStringModelFragment.setPositionInList(String)public void setPositionInList(java.lang.String newPositionInList)
setPositionInList in interface MStringModelFragmentnewPositionInList - the new value of the 'Position In List' attribute.MStringModelFragment.getPositionInList()public java.lang.Object eGet(int featureID,
boolean resolve,
boolean coreType)
eGet in class ModelFragmentImplpublic void eSet(int featureID,
java.lang.Object newValue)
eSet in class ModelFragmentImplpublic void eUnset(int featureID)
eUnset in class ModelFragmentImplpublic boolean eIsSet(int featureID)
eIsSet in class ModelFragmentImplpublic java.lang.String toString()
public java.util.List<MApplicationElement> merge(MApplication application)
ModelFragmentImplmerge in interface MModelFragmentmerge in class ModelFragmentImplapplication - The MApplication to merge into. Must not be null.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.