
public class CDOElement extends org.eclipse.emf.common.notify.impl.AdapterImpl implements IAdaptable
| Modifier and Type | Class and Description |
|---|---|
static interface |
CDOElement.StateProvider |
| Constructor and Description |
|---|
CDOElement(org.eclipse.emf.ecore.EObject delegate) |
| Modifier and Type | Method and Description |
|---|---|
void |
addChild(Object child) |
Object |
getAdapter(Class adapter) |
Object[] |
getChildren() |
Object |
getDelegate() |
static CDOElement |
getFor(Object object) |
Object |
getParent() |
static org.eclipse.emf.ecore.EObject |
getParentOf(org.eclipse.emf.ecore.EObject eObject) |
boolean |
hasChildren() |
boolean |
isAdapterForType(Object type) |
static org.eclipse.emf.common.util.EList<org.eclipse.emf.common.notify.Adapter> |
removeFrom(Object object) |
void |
reset() |
String |
toString() |
String |
toString(Object child) |
public Object getDelegate()
public Object getParent()
public Object[] getChildren()
public boolean hasChildren()
public void addChild(Object child)
public void reset()
public boolean isAdapterForType(Object type)
isAdapterForType in interface org.eclipse.emf.common.notify.AdapterisAdapterForType in class org.eclipse.emf.common.notify.impl.AdapterImplpublic Object getAdapter(Class adapter)
getAdapter in interface IAdaptablepublic static org.eclipse.emf.ecore.EObject getParentOf(org.eclipse.emf.ecore.EObject eObject)
public static CDOElement getFor(Object object)
public static org.eclipse.emf.common.util.EList<org.eclipse.emf.common.notify.Adapter> removeFrom(Object object)
Copyright (c) 2011-2014 Eike Stepper (Berlin, Germany) and others.