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

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

public class XFeatureMapping
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
XFeatureMapping()
           
 
Method Summary
 EStructuralFeature getEStructuralFeature()
           
 GenFeature getGenFeature()
           
 org.eclipse.xtext.common.types.JvmOperation getGetter()
           
 org.eclipse.xtext.common.types.JvmOperation getIsSetter()
           
 org.eclipse.xtext.common.types.JvmOperation getSetter()
           
 org.eclipse.xtext.common.types.JvmOperation getUnsetter()
           
 void setEStructuralFeature(EStructuralFeature eStructuralFeature)
           
 void setGenFeature(GenFeature genFeature)
           
 
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

XFeatureMapping

public XFeatureMapping()
Method Detail

getGenFeature

public GenFeature getGenFeature()

setGenFeature

public void setGenFeature(GenFeature genFeature)

getGetter

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

getSetter

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

getIsSetter

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

getUnsetter

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

getEStructuralFeature

public EStructuralFeature getEStructuralFeature()

setEStructuralFeature

public void setEStructuralFeature(EStructuralFeature eStructuralFeature)

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