org.eclipse.xtext.xbase.jvmmodel
Class JvmModelAssociator.AbstractAssociationAdapter

java.lang.Object
  extended by org.eclipse.emf.common.notify.impl.AdapterImpl
      extended by org.eclipse.xtext.xbase.jvmmodel.JvmModelAssociator.AbstractAssociationAdapter
All Implemented Interfaces:
org.eclipse.emf.common.notify.Adapter, org.eclipse.emf.common.notify.Adapter.Internal
Direct Known Subclasses:
JvmModelAssociator.JvmAssociationAdapter, JvmModelAssociator.SourceAssociationAdapter
Enclosing class:
JvmModelAssociator

protected abstract static class JvmModelAssociator.AbstractAssociationAdapter
extends org.eclipse.emf.common.notify.impl.AdapterImpl


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.eclipse.emf.common.notify.Adapter
org.eclipse.emf.common.notify.Adapter.Internal
 
Field Summary
 
Fields inherited from class org.eclipse.emf.common.notify.impl.AdapterImpl
target
 
Constructor Summary
JvmModelAssociator.AbstractAssociationAdapter(java.lang.String languageID)
           
 
Method Summary
protected  boolean addAssociation(org.eclipse.emf.ecore.EObject associatedElement)
           
 java.util.Set<org.eclipse.emf.ecore.EObject> getAssociatedElements()
           
 java.lang.String getLanguageID()
           
 boolean isAdapterForType(java.lang.Object type)
           
 
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

JvmModelAssociator.AbstractAssociationAdapter

public JvmModelAssociator.AbstractAssociationAdapter(java.lang.String languageID)
Method Detail

getLanguageID

public java.lang.String getLanguageID()

addAssociation

protected boolean addAssociation(org.eclipse.emf.ecore.EObject associatedElement)

getAssociatedElements

public java.util.Set<org.eclipse.emf.ecore.EObject> getAssociatedElements()

isAdapterForType

public boolean isAdapterForType(java.lang.Object type)
Specified by:
isAdapterForType in interface org.eclipse.emf.common.notify.Adapter
Overrides:
isAdapterForType in class org.eclipse.emf.common.notify.impl.AdapterImpl