public Adapter createAdapter(Notifier target)(Code)
Creates an adapter for the target.
Parameters: target - the object to adapt. the adapter for the target.
createBaseRequestTypeAdapter
public Adapter createBaseRequestTypeAdapter()(Code)
Creates a new adapter for an object of class '
net.opengis.wfs.BaseRequestTypeBase 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.
the new adapter. See Also:net.opengis.wfs.BaseRequestType
createDeleteElementTypeAdapter
public Adapter createDeleteElementTypeAdapter()(Code)
Creates a new adapter for an object of class '
net.opengis.wfs.DeleteElementTypeDelete 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.
the new adapter. See Also:net.opengis.wfs.DeleteElementType
createDescribeFeatureTypeTypeAdapter
public Adapter createDescribeFeatureTypeTypeAdapter()(Code)
Creates a new adapter for an object of class '
net.opengis.wfs.DescribeFeatureTypeTypeDescribe 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.
the new adapter. See Also:net.opengis.wfs.DescribeFeatureTypeType
createDescribeVersionedFeatureTypeTypeAdapter
public Adapter createDescribeVersionedFeatureTypeTypeAdapter()(Code)
public Adapter createDifferenceQueryTypeAdapter()(Code)
Creates a new adapter for an object of class '
net.opengis.wfsv.DifferenceQueryTypeDifference 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.
the new adapter. See Also:net.opengis.wfsv.DifferenceQueryType
Creates a new adapter for an object of class '
net.opengis.wfsv.DocumentRootDocument 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.
the new adapter. See Also:net.opengis.wfsv.DocumentRoot
Creates a new adapter for the default case.
This default implementation returns null.
the new adapter.
createFeatureCollectionTypeAdapter
public Adapter createFeatureCollectionTypeAdapter()(Code)
Creates a new adapter for an object of class '
net.opengis.wfs.FeatureCollectionTypeFeature 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.
the new adapter. See Also:net.opengis.wfs.FeatureCollectionType
Creates a new adapter for an object of class '
net.opengis.wfsv.GetDiffTypeGet 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.
the new adapter. See Also:net.opengis.wfsv.GetDiffType
createGetFeatureTypeAdapter
public Adapter createGetFeatureTypeAdapter()(Code)
Creates a new adapter for an object of class '
net.opengis.wfs.GetFeatureTypeGet 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.
the new adapter. See Also:net.opengis.wfs.GetFeatureType
Creates a new adapter for an object of class '
net.opengis.wfsv.GetLogTypeGet 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.
the new adapter. See Also:net.opengis.wfsv.GetLogType
createGetVersionedFeatureTypeAdapter
public Adapter createGetVersionedFeatureTypeAdapter()(Code)
Creates a new adapter for an object of class '
net.opengis.wfsv.GetVersionedFeatureTypeGet 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.
the new adapter. See Also:net.opengis.wfsv.GetVersionedFeatureType
Creates a new adapter for an object of class '
net.opengis.wfs.NativeTypeNative 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.
the new adapter. See Also:net.opengis.wfs.NativeType
Creates a new adapter for an object of class '
net.opengis.wfsv.RollbackTypeRollback 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.
the new adapter. See Also:net.opengis.wfsv.RollbackType
createUpdateElementTypeAdapter
public Adapter createUpdateElementTypeAdapter()(Code)
Creates a new adapter for an object of class '
net.opengis.wfs.UpdateElementTypeUpdate 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.
the new adapter. See Also:net.opengis.wfs.UpdateElementType
createVersionedDeleteElementTypeAdapter
public Adapter createVersionedDeleteElementTypeAdapter()(Code)
Creates a new adapter for an object of class '
net.opengis.wfsv.VersionedDeleteElementTypeVersioned 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.
the new adapter. See Also:net.opengis.wfsv.VersionedDeleteElementType
createVersionedFeatureCollectionTypeAdapter
public Adapter createVersionedFeatureCollectionTypeAdapter()(Code)
public Adapter createVersionedUpdateElementTypeAdapter()(Code)
Creates a new adapter for an object of class '
net.opengis.wfsv.VersionedUpdateElementTypeVersioned 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.
the new adapter. See Also:net.opengis.wfsv.VersionedUpdateElementType
isFactoryForType
public boolean isFactoryForType(Object object)(Code)
Returns whether this factory is applicable for the type of the object.
This implementation returns true if the object is either the model's package or is an instance object of the model.
whether this factory is applicable for the type of the object.