public class BindingContextImpl extends ApplicationElementImpl implements MBindingContext
The following features are implemented:
| Modifier and Type | Field and Description |
|---|---|
protected <any> |
children
The cached value of the '
Children' containment reference list |
protected java.lang.String |
description
The cached value of the '
Description' attribute |
protected static java.lang.String |
DESCRIPTION_EDEFAULT
The default value of the '
Description' attribute |
protected java.lang.String |
name
The cached value of the '
Name' attribute |
protected static java.lang.String |
NAME_EDEFAULT
The default value of the '
Name' attribute |
CONTRIBUTOR_URI_EDEFAULT, contributorURI, ELEMENT_ID_EDEFAULT, elementId, persistedState, tags, transientData| Modifier | Constructor and Description |
|---|---|
protected |
BindingContextImpl() |
| 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.util.List<MBindingContext> |
getChildren() |
java.lang.String |
getDescription() |
java.lang.String |
getName() |
void |
setDescription(java.lang.String newDescription) |
void |
setName(java.lang.String newName) |
java.lang.String |
toString() |
getContributorURI, getElementId, getPersistedState, getTags, getTransientData, setContributorURI, setElementIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetContributorURI, getElementId, getPersistedState, getTags, getTransientData, setContributorURI, setElementIdprotected static final java.lang.String NAME_EDEFAULT
Name' attribute.
getName()protected static final java.lang.String DESCRIPTION_EDEFAULT
Description' attribute.
getDescription()protected java.lang.String description
Description' attribute.
getDescription()protected <any> children
Children' containment reference list.
getChildren()protected EClass eStaticClass()
eStaticClass in class ApplicationElementImplpublic java.lang.String getName()
getName in interface MBindingContextMBindingContext.setName(String)public void setName(java.lang.String newName)
setName in interface MBindingContextnewName - the new value of the 'Name' attribute.MBindingContext.getName()public java.lang.String getDescription()
getDescription in interface MBindingContextMBindingContext.setDescription(String)public void setDescription(java.lang.String newDescription)
setDescription in interface MBindingContextnewDescription - the new value of the 'Description' attribute.MBindingContext.getDescription()public java.util.List<MBindingContext> getChildren()
getChildren in interface MBindingContextpublic NotificationChain eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
eInverseRemove in class ApplicationElementImplpublic java.lang.Object eGet(int featureID,
boolean resolve,
boolean coreType)
eGet in class ApplicationElementImplpublic void eSet(int featureID,
java.lang.Object newValue)
eSet in class ApplicationElementImplpublic void eUnset(int featureID)
eUnset in class ApplicationElementImplpublic boolean eIsSet(int featureID)
eIsSet in class ApplicationElementImplpublic java.lang.String toString()
toString in class ApplicationElementImpl