|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.common.notify.impl.AdapterFactoryImpl
org.apache.uima.tools.cfe.config.util.ConfigAdapterFactory
public class ConfigAdapterFactory
The Adapter Factory for the model.
It provides an adapter createXXX
method for each class of the model.
ConfigPackage
Field Summary | |
---|---|
protected static ConfigPackage |
modelPackage
The cached model package. |
protected ConfigSwitch<org.eclipse.emf.common.notify.Adapter> |
modelSwitch
The switch the delegates to the createXXX methods. |
Constructor Summary | |
---|---|
ConfigAdapterFactory()
Creates an instance of the adapter factory. |
Method Summary | |
---|---|
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 |
createBitsetFeatureValuesXMLAdapter()
Creates a new adapter for an object of class ' Bitset Feature Values XML '. |
org.eclipse.emf.common.notify.Adapter |
createCFEDescriptorXMLAdapter()
Creates a new adapter for an object of class ' CFE Descriptor XML '. |
org.eclipse.emf.common.notify.Adapter |
createDocumentRootAdapter()
Creates a new adapter for an object of class ' Document Root '. |
org.eclipse.emf.common.notify.Adapter |
createEnumFeatureValuesXMLAdapter()
Creates a new adapter for an object of class ' Enum Feature Values XML '. |
org.eclipse.emf.common.notify.Adapter |
createEObjectAdapter()
Creates a new adapter for the default case. |
org.eclipse.emf.common.notify.Adapter |
createFeatureObjectMatcherXMLAdapter()
Creates a new adapter for an object of class ' Feature Object Matcher XML '. |
org.eclipse.emf.common.notify.Adapter |
createGroupFeatureMatcherXMLAdapter()
Creates a new adapter for an object of class ' Group Feature Matcher XML '. |
org.eclipse.emf.common.notify.Adapter |
createObjectPathFeatureValuesXMLAdapter()
Creates a new adapter for an object of class ' Object Path Feature Values XML '. |
org.eclipse.emf.common.notify.Adapter |
createPartialObjectMatcherXMLAdapter()
Creates a new adapter for an object of class ' Partial Object Matcher XML '. |
org.eclipse.emf.common.notify.Adapter |
createPatternFeatureValuesXMLAdapter()
Creates a new adapter for an object of class ' Pattern Feature Values XML '. |
org.eclipse.emf.common.notify.Adapter |
createRangeFeatureValuesXMLAdapter()
Creates a new adapter for an object of class ' Range Feature Values XML '. |
org.eclipse.emf.common.notify.Adapter |
createSingleFeatureMatcherXMLAdapter()
Creates a new adapter for an object of class ' Single Feature Matcher XML '. |
org.eclipse.emf.common.notify.Adapter |
createTargetAnnotationXMLAdapter()
Creates a new adapter for an object of class ' Target Annotation XML '. |
boolean |
isFactoryForType(Object object)
Returns whether this factory is applicable for the type of the object. |
Methods inherited from class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl |
---|
adapt, adapt, adaptAllNew, adaptNew, associate, createAdapter, resolve |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static ConfigPackage modelPackage
protected ConfigSwitch<org.eclipse.emf.common.notify.Adapter> modelSwitch
createXXX
methods.
Constructor Detail |
---|
public ConfigAdapterFactory()
Method Detail |
---|
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 createBitsetFeatureValuesXMLAdapter()
Bitset Feature Values XML
'.
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.
BitsetFeatureValuesXML
public org.eclipse.emf.common.notify.Adapter createCFEDescriptorXMLAdapter()
CFE Descriptor XML
'.
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.
CFEDescriptorXML
public org.eclipse.emf.common.notify.Adapter createDocumentRootAdapter()
Document Root
'.
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.
DocumentRoot
public org.eclipse.emf.common.notify.Adapter createEnumFeatureValuesXMLAdapter()
Enum Feature Values XML
'.
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.
EnumFeatureValuesXML
public org.eclipse.emf.common.notify.Adapter createFeatureObjectMatcherXMLAdapter()
Feature Object Matcher XML
'.
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.
FeatureObjectMatcherXML
public org.eclipse.emf.common.notify.Adapter createGroupFeatureMatcherXMLAdapter()
Group Feature Matcher XML
'.
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.
GroupFeatureMatcherXML
public org.eclipse.emf.common.notify.Adapter createObjectPathFeatureValuesXMLAdapter()
Object Path Feature Values XML
'.
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.
ObjectPathFeatureValuesXML
public org.eclipse.emf.common.notify.Adapter createPartialObjectMatcherXMLAdapter()
Partial Object Matcher XML
'.
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.
PartialObjectMatcherXML
public org.eclipse.emf.common.notify.Adapter createPatternFeatureValuesXMLAdapter()
Pattern Feature Values XML
'.
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.
PatternFeatureValuesXML
public org.eclipse.emf.common.notify.Adapter createRangeFeatureValuesXMLAdapter()
Range Feature Values XML
'.
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.
RangeFeatureValuesXML
public org.eclipse.emf.common.notify.Adapter createSingleFeatureMatcherXMLAdapter()
Single Feature Matcher XML
'.
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.
SingleFeatureMatcherXML
public org.eclipse.emf.common.notify.Adapter createTargetAnnotationXMLAdapter()
Target Annotation XML
'.
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.
TargetAnnotationXML
public org.eclipse.emf.common.notify.Adapter createEObjectAdapter()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |