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

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.XPackageMapping
All Implemented Interfaces:
Adapter, Adapter.Internal

public class XPackageMapping
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
XPackageMapping()
           
 
Method Summary
 EPackage getEPackage()
           
 GenPackage getGenPackage()
           
 void setEPackage(EPackage ePackage)
           
 void setGenPackage(GenPackage genPackage)
           
 
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, toString, wait, wait, wait
 

Constructor Detail

XPackageMapping

public XPackageMapping()
Method Detail

getEPackage

public EPackage getEPackage()

setEPackage

public void setEPackage(EPackage ePackage)

getGenPackage

public GenPackage getGenPackage()

setGenPackage

public void setGenPackage(GenPackage genPackage)

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