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

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

public class XClassMapping
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
XClassMapping()
           
 
Method Summary
 org.eclipse.xtext.common.types.JvmGenericType getClassType()
           
 EClass getEClass()
           
 GenClass getGenClass()
           
 org.eclipse.xtext.common.types.JvmGenericType getInterfaceType()
           
 void setEClass(EClass eclass)
           
 void setGenClass(GenClass genClass)
           
 
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

XClassMapping

public XClassMapping()
Method Detail

getEClass

public EClass getEClass()

setEClass

public void setEClass(EClass eclass)

getGenClass

public GenClass getGenClass()

setGenClass

public void setGenClass(GenClass genClass)

getInterfaceType

public org.eclipse.xtext.common.types.JvmGenericType getInterfaceType()

getClassType

public org.eclipse.xtext.common.types.JvmGenericType getClassType()

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