public abstract class ApplicationElementImpl extends org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container implements MApplicationElement
The following features are implemented:
| Modifier and Type | Field and Description |
|---|---|
protected static java.lang.String |
CONTRIBUTOR_URI_EDEFAULT
The default value of the '
Contributor URI' attribute |
protected java.lang.String |
contributorURI
The cached value of the '
Contributor URI' attribute |
protected static java.lang.String |
ELEMENT_ID_EDEFAULT
The default value of the '
Element Id' attribute |
protected java.lang.String |
elementId
The cached value of the '
Element Id' attribute |
protected <any> |
persistedState
The cached value of the '
Persisted State' map |
protected <any> |
tags
The cached value of the '
Tags' attribute list |
protected <any> |
transientData
The cached value of the '
Transient Data' map |
| Modifier | Constructor and Description |
|---|---|
protected |
ApplicationElementImpl() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
NotificationChain |
eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
java.lang.Object newValue) |
protected EClass |
eStaticClass() |
void |
eUnset(int featureID) |
java.lang.String |
getContributorURI() |
java.lang.String |
getElementId() |
java.util.Map<java.lang.String,java.lang.String> |
getPersistedState() |
java.util.List<java.lang.String> |
getTags() |
java.util.Map<java.lang.String,java.lang.Object> |
getTransientData() |
void |
setContributorURI(java.lang.String newContributorURI)
Sets the value of the '
Contributor URI' attribute |
void |
setElementId(java.lang.String newElementId) |
java.lang.String |
toString() |
protected static final java.lang.String ELEMENT_ID_EDEFAULT
Element Id' attribute.
getElementId()protected java.lang.String elementId
Element Id' attribute.
getElementId()protected <any> persistedState
Persisted State' map.
getPersistedState()protected static final java.lang.String CONTRIBUTOR_URI_EDEFAULT
Contributor URI' attribute.
getContributorURI()protected java.lang.String contributorURI
Contributor URI' attribute.
getContributorURI()protected <any> transientData
Transient Data' map.
getTransientData()protected EClass eStaticClass()
public java.lang.String getElementId()
getElementId in interface MApplicationElementMApplicationElement.setElementId(String)public void setElementId(java.lang.String newElementId)
setElementId in interface MApplicationElementnewElementId - the new value of the 'Element Id' attribute.MApplicationElement.getElementId()public java.util.Map<java.lang.String,java.lang.String> getPersistedState()
getPersistedState in interface MApplicationElementpublic java.util.List<java.lang.String> getTags()
getTags in interface MApplicationElementpublic java.lang.String getContributorURI()
getContributorURI in interface MApplicationElementMApplicationElement.setContributorURI(String)public void setContributorURI(java.lang.String newContributorURI)
MApplicationElementContributor URI' attribute.
setContributorURI in interface MApplicationElementnewContributorURI - the new value of the 'Contributor URI' attribute.MApplicationElement.getContributorURI()public java.util.Map<java.lang.String,java.lang.Object> getTransientData()
getTransientData in interface MApplicationElementpublic NotificationChain eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
public java.lang.Object eGet(int featureID,
boolean resolve,
boolean coreType)
public void eSet(int featureID,
java.lang.Object newValue)
public void eUnset(int featureID)
public boolean eIsSet(int featureID)
public java.lang.String toString()