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

java.lang.Object
  extended by org.eclipse.emf.common.notify.impl.AdapterImpl
      extended by org.eclipse.emf.ecore.xcore.mappings.AbstractMapping
          extended by org.eclipse.emf.ecore.xcore.mappings.ToXcoreMapping
All Implemented Interfaces:
Adapter, Adapter.Internal

public class ToXcoreMapping
extends AbstractMapping


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
ToXcoreMapping()
           
 
Method Summary
 XNamedElement getXcoreElement()
           
 void setXcoreElement(XNamedElement xcoreElement)
           
 java.lang.String toString()
           
 
Methods inherited from class org.eclipse.emf.ecore.xcore.mappings.AbstractMapping
isAdapterForType
 
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, wait, wait, wait
 

Constructor Detail

ToXcoreMapping

public ToXcoreMapping()
Method Detail

getXcoreElement

public XNamedElement getXcoreElement()

setXcoreElement

public void setXcoreElement(XNamedElement xcoreElement)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

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