Package org.eclipse.xtext.resource.impl
Class ProjectDescription.ProjectDescriptionAdapter
- java.lang.Object
-
- org.eclipse.emf.common.notify.impl.AdapterImpl
-
- org.eclipse.xtext.resource.impl.ProjectDescription.ProjectDescriptionAdapter
-
- All Implemented Interfaces:
org.eclipse.emf.common.notify.Adapter,org.eclipse.emf.common.notify.Adapter.Internal
- Enclosing class:
- ProjectDescription
public static class ProjectDescription.ProjectDescriptionAdapter extends org.eclipse.emf.common.notify.impl.AdapterImpl
-
-
Constructor Summary
Constructors Constructor Description ProjectDescriptionAdapter(ProjectDescription element)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProjectDescriptionget()booleanisAdapterForType(java.lang.Object object)
-
-
-
Constructor Detail
-
ProjectDescriptionAdapter
public ProjectDescriptionAdapter(ProjectDescription element)
-
-
Method Detail
-
get
public ProjectDescription get()
-
isAdapterForType
public boolean isAdapterForType(java.lang.Object object)
- Specified by:
isAdapterForTypein interfaceorg.eclipse.emf.common.notify.Adapter- Overrides:
isAdapterForTypein classorg.eclipse.emf.common.notify.impl.AdapterImpl
-
-