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 |
createAbstractInputAdapter()
Creates a new adapter for an object of class '
Abstract Input '. |
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 |
createBooleanSetValueConverterAdapter()
Creates a new adapter for an object of class '
Boolean Set Value Converter '. |
org.eclipse.emf.common.notify.Adapter |
createBooleanValueConverterAdapter()
Creates a new adapter for an object of class '
Boolean Value Converter '. |
org.eclipse.emf.common.notify.Adapter |
createComponentAdapter()
Creates a new adapter for an object of class '
Component '. |
org.eclipse.emf.common.notify.Adapter |
createDefaultValueConverterAdapter()
Creates a new adapter for an object of class '
Default Value Converter '. |
org.eclipse.emf.common.notify.Adapter |
createDoubleValueConverterAdapter()
Creates a new adapter for an object of class '
Double Value Converter '. |
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 |
createMqttInputAdapter()
Creates a new adapter for an object of class '
Mqtt Input '. |
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 |
createStringTransformerAdapter()
Creates a new adapter for an object of class '
String Transformer '. |
org.eclipse.emf.common.notify.Adapter |
createTransformerDefinitionAdapter()
Creates a new adapter for an object of class '
Transformer Definition '. |
org.eclipse.emf.common.notify.Adapter |
createUrlInputAdapter()
Creates a new adapter for an object of class '
Url Input '. |
org.eclipse.emf.common.notify.Adapter |
createValueConverterDefinitionAdapter()
Creates a new adapter for an object of class '
Value Converter Definition '. |
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.AdapterFactory
isFactoryForType
in class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
public org.eclipse.emf.common.notify.Adapter createAdapter(org.eclipse.emf.common.notify.Notifier target)
target
.
createAdapter
in class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
target
- 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.
Component
public 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.
InputDefinition
public 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.
FileInput
public 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.
ExtractorDefinition
public 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.
PlainText
public 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.
AbstractPeriodInput
public 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.
UrlInput
public 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.
SinglePattern
public 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.
ValueDescriptor
public 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.
Field
public 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.
AttributeValue
public 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.
MainGroupField
public 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.
StringGroupField
public 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.
NumericGroupField
public 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.
SplitTable
public org.eclipse.emf.common.notify.Adapter createTransformerDefinitionAdapter()
Transformer 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.
TransformerDefinition
public org.eclipse.emf.common.notify.Adapter createStringTransformerAdapter()
String Transformer
'.
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.
StringTransformer
public org.eclipse.emf.common.notify.Adapter createMqttInputAdapter()
Mqtt 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.
MqttInput
public org.eclipse.emf.common.notify.Adapter createAbstractInputAdapter()
Abstract 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.
AbstractInput
public org.eclipse.emf.common.notify.Adapter createValueConverterDefinitionAdapter()
Value Converter 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.
ValueConverterDefinition
public org.eclipse.emf.common.notify.Adapter createBooleanValueConverterAdapter()
Boolean Value Converter
'.
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.
BooleanValueConverter
public org.eclipse.emf.common.notify.Adapter createDefaultValueConverterAdapter()
Default Value Converter
'.
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.
DefaultValueConverter
public org.eclipse.emf.common.notify.Adapter createDoubleValueConverterAdapter()
Double Value Converter
'.
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.
DoubleValueConverter
public org.eclipse.emf.common.notify.Adapter createBooleanSetValueConverterAdapter()
Boolean Set Value Converter
'.
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.
BooleanSetValueConverter
public org.eclipse.emf.common.notify.Adapter createEObjectAdapter()