Package org.eclipse.xtext.xbase.compiler
Class DocumentationAdapter
- java.lang.Object
-
- org.eclipse.emf.common.notify.impl.AdapterImpl
-
- org.eclipse.xtext.xbase.compiler.DocumentationAdapter
-
- All Implemented Interfaces:
org.eclipse.emf.common.notify.Adapter,org.eclipse.emf.common.notify.Adapter.Internal
public class DocumentationAdapter extends org.eclipse.emf.common.notify.impl.AdapterImpl
-
-
Constructor Summary
Constructors Constructor Description DocumentationAdapter()DocumentationAdapter(java.lang.String documentation)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDocumentation()booleanisAdapterForType(java.lang.Object type)voidsetDocumentation(java.lang.String documentation)
-
-
-
Method Detail
-
getDocumentation
public java.lang.String getDocumentation()
-
setDocumentation
public void setDocumentation(java.lang.String documentation)
-
isAdapterForType
public boolean isAdapterForType(java.lang.Object type)
- Specified by:
isAdapterForTypein interfaceorg.eclipse.emf.common.notify.Adapter- Overrides:
isAdapterForTypein classorg.eclipse.emf.common.notify.impl.AdapterImpl
-
-