Package org.eclipse.emf.cdo
Class CDOElement
java.lang.Object
org.eclipse.emf.common.notify.impl.AdapterImpl
org.eclipse.emf.cdo.CDOElement
- All Implemented Interfaces:
IAdaptable
,Adapter
,Adapter.Internal
- Since:
- 4.4
- Author:
- Eike Stepper
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic interface
Provides the consumer with thestates
of objects such asCDOObjects
.Nested classes/interfaces inherited from interface org.eclipse.emf.common.notify.Adapter
Adapter.Internal
-
Field Summary
Fields inherited from class org.eclipse.emf.common.notify.impl.AdapterImpl
target
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
getAdapter
(Class adapter) Object[]
static CDOElement
static EObject
getParentOf
(EObject eObject) boolean
boolean
isAdapterForType
(Object type) removeFrom
(Object object) void
reset()
toString()
Methods inherited from class org.eclipse.emf.common.notify.impl.AdapterImpl
getTarget, notifyChanged, setTarget, unsetTarget
-
Constructor Details
-
CDOElement
-
-
Method Details
-
getDelegate
-
getParent
-
getChildren
-
hasChildren
public boolean hasChildren() -
addChild
-
reset
public void reset() -
isAdapterForType
- Specified by:
isAdapterForType
in interfaceAdapter
- Overrides:
isAdapterForType
in classAdapterImpl
-
getAdapter
- Specified by:
getAdapter
in interfaceIAdaptable
-
toString
-
toString
-
getParentOf
-
getFor
-
removeFrom
-