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

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

public class XOperationMapping
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
XOperationMapping()
           
 
Method Summary
 EOperation getEOperation()
           
 GenOperation getGenOperation()
           
 org.eclipse.xtext.common.types.JvmOperation getJvmOperation()
           
 void setEOperation(EOperation eOperation)
           
 void setGenOperation(GenOperation genOperation)
           
 
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

XOperationMapping

public XOperationMapping()
Method Detail

getEOperation

public EOperation getEOperation()

setEOperation

public void setEOperation(EOperation eOperation)

getGenOperation

public GenOperation getGenOperation()

setGenOperation

public void setGenOperation(GenOperation genOperation)

getJvmOperation

public org.eclipse.xtext.common.types.JvmOperation getJvmOperation()

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