public class ChildImpl extends EObjectImpl implements Child
| Modifier and Type | Field and Description |
|---|---|
protected Primitive |
element
The cached value of the '
Element' containment reference. |
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. |
| Modifier | Constructor and Description |
|---|---|
protected |
ChildImpl() |
| Modifier and Type | Method and Description |
|---|---|
NotificationChain |
basicSetElement(Primitive newElement,
NotificationChain msgs) |
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) |
Primitive |
getElement() |
java.lang.String |
getName() |
void |
setElement(Primitive newElement) |
void |
setName(java.lang.String newName) |
java.lang.String |
toString() |
protected Primitive element
Element' containment reference.
getElement()protected static final java.lang.String NAME_EDEFAULT
Name' attribute.
getName()protected EClass eStaticClass()
public Primitive getElement()
getElement in interface ChildChild.setElement(Primitive),
VisualInterfacePackage.getChild_Element()public NotificationChain basicSetElement(Primitive newElement, NotificationChain msgs)
public void setElement(Primitive newElement)
setElement in interface ChildnewElement - the new value of the 'Element' containment reference.Child.getElement()public java.lang.String getName()
getName in interface ChildChild.setName(String),
VisualInterfacePackage.getChild_Name()public void setName(java.lang.String newName)
setName in interface ChildnewName - the new value of the 'Name' attribute.Child.getName()public 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()
Copyright (c) IBH SYSTEMS GmbH and others 2010, 2013.
All rights reserved. This program and the accompanying materials
are made available under the terms of the
Eclipse Public License v1.0