public class ParserAdapterFactory
extends org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
createXXX method for each class of the model.
ParserPackage| Modifier and Type | Field and Description |
|---|---|
protected static ParserPackage |
modelPackage
The cached model package.
|
protected ParserSwitch<org.eclipse.emf.common.notify.Adapter> |
modelSwitch
The switch that delegates to the
createXXX methods. |
| Constructor and Description |
|---|
ParserAdapterFactory()
Creates an instance of the adapter factory.
|
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.notify.Adapter |
createAbstractPeriodInputAdapter()
Creates a new adapter for an object of class '
Abstract Period Input'. |
org.eclipse.emf.common.notify.Adapter |
createAdapter(org.eclipse.emf.common.notify.Notifier target)
Creates an adapter for the
target. |
org.eclipse.emf.common.notify.Adapter |
createAttributeValueAdapter()
Creates a new adapter for an object of class '
Attribute Value'. |
org.eclipse.emf.common.notify.Adapter |
createComponentAdapter()
Creates a new adapter for an object of class '
Component'. |
org.eclipse.emf.common.notify.Adapter |
createEObjectAdapter()
Creates a new adapter for the default case.
|
org.eclipse.emf.common.notify.Adapter |
createExtractorDefinitionAdapter()
Creates a new adapter for an object of class '
Extractor Definition'. |
org.eclipse.emf.common.notify.Adapter |
createFieldAdapter()
Creates a new adapter for an object of class '
Field'. |
org.eclipse.emf.common.notify.Adapter |
createFileInputAdapter()
Creates a new adapter for an object of class '
File Input'. |
org.eclipse.emf.common.notify.Adapter |
createInputDefinitionAdapter()
Creates a new adapter for an object of class '
Input Definition'. |
org.eclipse.emf.common.notify.Adapter |
createMainGroupFieldAdapter()
Creates a new adapter for an object of class '
Main Group Field'. |
org.eclipse.emf.common.notify.Adapter |
createNumericGroupFieldAdapter()
Creates a new adapter for an object of class '
Numeric Group Field'. |
org.eclipse.emf.common.notify.Adapter |
createPlainTextAdapter()
Creates a new adapter for an object of class '
Plain Text'. |
org.eclipse.emf.common.notify.Adapter |
createSinglePatternAdapter()
Creates a new adapter for an object of class '
Single Pattern'. |
org.eclipse.emf.common.notify.Adapter |
createSplitTableAdapter()
Creates a new adapter for an object of class '
Split Table'. |
org.eclipse.emf.common.notify.Adapter |
createStringGroupFieldAdapter()
Creates a new adapter for an object of class '
String Group Field'. |
org.eclipse.emf.common.notify.Adapter |
createUrlInputAdapter()
Creates a new adapter for an object of class '
Url Input'. |
org.eclipse.emf.common.notify.Adapter |
createValueDescriptorAdapter()
Creates a new adapter for an object of class '
Value Descriptor'. |
boolean |
isFactoryForType(Object object)
Returns whether this factory is applicable for the type of the object.
|
protected static ParserPackage modelPackage
protected ParserSwitch<org.eclipse.emf.common.notify.Adapter> modelSwitch
createXXX methods.
public ParserAdapterFactory()
public boolean isFactoryForType(Object object)
true if the object is either the model's package or is an instance object of the model.
isFactoryForType in interface org.eclipse.emf.common.notify.AdapterFactoryisFactoryForType in class org.eclipse.emf.common.notify.impl.AdapterFactoryImplpublic org.eclipse.emf.common.notify.Adapter createAdapter(org.eclipse.emf.common.notify.Notifier target)
target.
createAdapter in class org.eclipse.emf.common.notify.impl.AdapterFactoryImpltarget - the object to adapt.target.public org.eclipse.emf.common.notify.Adapter createComponentAdapter()
Component'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
Componentpublic org.eclipse.emf.common.notify.Adapter createInputDefinitionAdapter()
Input Definition'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
InputDefinitionpublic org.eclipse.emf.common.notify.Adapter createFileInputAdapter()
File Input'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
FileInputpublic org.eclipse.emf.common.notify.Adapter createExtractorDefinitionAdapter()
Extractor Definition'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
ExtractorDefinitionpublic org.eclipse.emf.common.notify.Adapter createPlainTextAdapter()
Plain Text'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
PlainTextpublic org.eclipse.emf.common.notify.Adapter createAbstractPeriodInputAdapter()
Abstract Period Input'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
AbstractPeriodInputpublic org.eclipse.emf.common.notify.Adapter createUrlInputAdapter()
Url Input'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
UrlInputpublic org.eclipse.emf.common.notify.Adapter createSinglePatternAdapter()
Single Pattern'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
SinglePatternpublic org.eclipse.emf.common.notify.Adapter createValueDescriptorAdapter()
Value Descriptor'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
ValueDescriptorpublic org.eclipse.emf.common.notify.Adapter createFieldAdapter()
Field'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
Fieldpublic org.eclipse.emf.common.notify.Adapter createAttributeValueAdapter()
Attribute Value'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
AttributeValuepublic org.eclipse.emf.common.notify.Adapter createMainGroupFieldAdapter()
Main Group Field'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
MainGroupFieldpublic org.eclipse.emf.common.notify.Adapter createStringGroupFieldAdapter()
String Group Field'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
StringGroupFieldpublic org.eclipse.emf.common.notify.Adapter createNumericGroupFieldAdapter()
Numeric Group Field'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
NumericGroupFieldpublic org.eclipse.emf.common.notify.Adapter createSplitTableAdapter()
Split Table'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
SplitTablepublic org.eclipse.emf.common.notify.Adapter createEObjectAdapter()