|
||||||||||
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
net.opengis.wfsv.util.WfsvAdapterFactory
public class WfsvAdapterFactory
The Adapter Factory for the model.
It provides an adapter createXXX
method for each class of the model.
WfsvPackage
Field Summary | |
---|---|
protected static WfsvPackage |
modelPackage
The cached model package. |
protected WfsvSwitch |
modelSwitch
The switch the delegates to the createXXX methods. |
Constructor Summary | |
---|---|
WfsvAdapterFactory()
Creates an instance of the adapter factory. |
Method Summary | |
---|---|
org.eclipse.emf.common.notify.Adapter |
createAbstractVersionedFeatureTypeAdapter()
Creates a new adapter for an object of class ' Abstract Versioned Feature Type '. |
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 |
createBaseRequestTypeAdapter()
Creates a new adapter for an object of class ' Base Request Type '. |
org.eclipse.emf.common.notify.Adapter |
createDeleteElementTypeAdapter()
Creates a new adapter for an object of class ' Delete Element Type '. |
org.eclipse.emf.common.notify.Adapter |
createDescribeFeatureTypeTypeAdapter()
Creates a new adapter for an object of class ' Describe Feature Type Type '. |
org.eclipse.emf.common.notify.Adapter |
createDescribeVersionedFeatureTypeTypeAdapter()
Creates a new adapter for an object of class ' Describe Versioned Feature Type Type '. |
org.eclipse.emf.common.notify.Adapter |
createDifferenceQueryTypeAdapter()
Creates a new adapter for an object of class ' Difference Query Type '. |
org.eclipse.emf.common.notify.Adapter |
createDocumentRootAdapter()
Creates a new adapter for an object of class ' Document Root '. |
org.eclipse.emf.common.notify.Adapter |
createEObjectAdapter()
Creates a new adapter for the default case. |
org.eclipse.emf.common.notify.Adapter |
createFeatureCollectionTypeAdapter()
Creates a new adapter for an object of class ' Feature Collection Type '. |
org.eclipse.emf.common.notify.Adapter |
createGetDiffTypeAdapter()
Creates a new adapter for an object of class ' Get Diff Type '. |
org.eclipse.emf.common.notify.Adapter |
createGetFeatureTypeAdapter()
Creates a new adapter for an object of class ' Get Feature Type '. |
org.eclipse.emf.common.notify.Adapter |
createGetLogTypeAdapter()
Creates a new adapter for an object of class ' Get Log Type '. |
org.eclipse.emf.common.notify.Adapter |
createGetVersionedFeatureTypeAdapter()
Creates a new adapter for an object of class ' Get Versioned Feature Type '. |
org.eclipse.emf.common.notify.Adapter |
createNativeTypeAdapter()
Creates a new adapter for an object of class ' Native Type '. |
org.eclipse.emf.common.notify.Adapter |
createRollbackTypeAdapter()
Creates a new adapter for an object of class ' Rollback Type '. |
org.eclipse.emf.common.notify.Adapter |
createUpdateElementTypeAdapter()
Creates a new adapter for an object of class ' Update Element Type '. |
org.eclipse.emf.common.notify.Adapter |
createVersionedDeleteElementTypeAdapter()
Creates a new adapter for an object of class ' Versioned Delete Element Type '. |
org.eclipse.emf.common.notify.Adapter |
createVersionedFeatureCollectionTypeAdapter()
Creates a new adapter for an object of class ' Versioned Feature Collection Type '. |
org.eclipse.emf.common.notify.Adapter |
createVersionedUpdateElementTypeAdapter()
Creates a new adapter for an object of class ' Versioned Update Element Type '. |
boolean |
isFactoryForType(java.lang.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 WfsvPackage modelPackage
protected WfsvSwitch modelSwitch
createXXX
methods.
Constructor Detail |
---|
public WfsvAdapterFactory()
Method Detail |
---|
public boolean isFactoryForType(java.lang.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 createAbstractVersionedFeatureTypeAdapter()
Abstract Versioned Feature Type
'.
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.
AbstractVersionedFeatureType
public org.eclipse.emf.common.notify.Adapter createDescribeVersionedFeatureTypeTypeAdapter()
Describe Versioned Feature Type Type
'.
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.
DescribeVersionedFeatureTypeType
public org.eclipse.emf.common.notify.Adapter createDifferenceQueryTypeAdapter()
Difference Query Type
'.
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.
DifferenceQueryType
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 createGetDiffTypeAdapter()
Get Diff Type
'.
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.
GetDiffType
public org.eclipse.emf.common.notify.Adapter createGetLogTypeAdapter()
Get Log Type
'.
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.
GetLogType
public org.eclipse.emf.common.notify.Adapter createGetVersionedFeatureTypeAdapter()
Get Versioned Feature Type
'.
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.
GetVersionedFeatureType
public org.eclipse.emf.common.notify.Adapter createRollbackTypeAdapter()
Rollback Type
'.
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.
RollbackType
public org.eclipse.emf.common.notify.Adapter createVersionedDeleteElementTypeAdapter()
Versioned Delete Element Type
'.
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.
VersionedDeleteElementType
public org.eclipse.emf.common.notify.Adapter createVersionedFeatureCollectionTypeAdapter()
Versioned Feature Collection Type
'.
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.
VersionedFeatureCollectionType
public org.eclipse.emf.common.notify.Adapter createVersionedUpdateElementTypeAdapter()
Versioned Update Element Type
'.
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.
VersionedUpdateElementType
public org.eclipse.emf.common.notify.Adapter createBaseRequestTypeAdapter()
Base Request Type
'.
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.
BaseRequestType
public org.eclipse.emf.common.notify.Adapter createDescribeFeatureTypeTypeAdapter()
Describe Feature Type Type
'.
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.
DescribeFeatureTypeType
public org.eclipse.emf.common.notify.Adapter createGetFeatureTypeAdapter()
Get Feature Type
'.
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.
GetFeatureType
public org.eclipse.emf.common.notify.Adapter createNativeTypeAdapter()
Native Type
'.
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.
NativeType
public org.eclipse.emf.common.notify.Adapter createDeleteElementTypeAdapter()
Delete Element Type
'.
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.
DeleteElementType
public org.eclipse.emf.common.notify.Adapter createFeatureCollectionTypeAdapter()
Feature Collection Type
'.
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.
FeatureCollectionType
public org.eclipse.emf.common.notify.Adapter createUpdateElementTypeAdapter()
Update Element Type
'.
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.
UpdateElementType
public org.eclipse.emf.common.notify.Adapter createEObjectAdapter()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |