org.eclipse.emf.ecore.xcore.mappings
Class AbstractMapping

java.lang.Object
  extended by org.eclipse.emf.common.notify.impl.AdapterImpl
      extended by org.eclipse.emf.ecore.xcore.mappings.AbstractMapping
All Implemented Interfaces:
Adapter, Adapter.Internal
Direct Known Subclasses:
ToXcoreMapping, XClassMapping, XDataTypeMapping, XEnumLiteralMapping, XFeatureMapping, XOperationMapping, XPackageMapping, XParameterMapping, XTypeParameterMapping

public class AbstractMapping
extends AdapterImpl


Nested Class Summary
 
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
AbstractMapping()
           
 
Method Summary
 boolean isAdapterForType(java.lang.Object type)
          Returns false
 
Methods inherited from class org.eclipse.emf.common.notify.impl.AdapterImpl
getTarget, notifyChanged, setTarget, unsetTarget
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractMapping

public AbstractMapping()
Method Detail

isAdapterForType

public boolean isAdapterForType(java.lang.Object type)
Description copied from class: AdapterImpl
Returns false

Specified by:
isAdapterForType in interface Adapter
Overrides:
isAdapterForType in class AdapterImpl
Parameters:
type - the type.
Returns:
false
See Also:
AdapterFactory.isFactoryForType(java.lang.Object)

Copyright 2001-2012 IBM Corporation and others.
All Rights Reserved.