|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
|
+--org.eclipse.wst.rdb.internal.models.dbdefinition.util.DatabaseDefinitionAdapterFactory
The Adapter Factory for the model.
It provides an adapter createXXX method for each class of the model.
DatabaseDefinitionPackage| Constructor Summary | |
DatabaseDefinitionAdapterFactory()
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 |
createColumnDefinitionAdapter()
Creates a new adapter for an object of class ' Column Definition'. |
org.eclipse.emf.common.notify.Adapter |
createConstraintDefinitionAdapter()
Creates a new adapter for an object of class ' Constraint Definition'. |
org.eclipse.emf.common.notify.Adapter |
createDatabaseVendorDefinitionAdapter()
Creates a new adapter for an object of class ' Database Vendor Definition'. |
org.eclipse.emf.common.notify.Adapter |
createEObjectAdapter()
Creates a new adapter for the default case. |
org.eclipse.emf.common.notify.Adapter |
createExtendedDefinitionAdapter()
Creates a new adapter for an object of class ' Extended Definition'. |
org.eclipse.emf.common.notify.Adapter |
createIndexDefinitionAdapter()
Creates a new adapter for an object of class ' Index Definition'. |
org.eclipse.emf.common.notify.Adapter |
createPredefinedDataTypeDefinitionAdapter()
Creates a new adapter for an object of class ' Predefined Data Type Definition'. |
org.eclipse.emf.common.notify.Adapter |
createQueryDefinitionAdapter()
Creates a new adapter for an object of class ' Query Definition'. |
org.eclipse.emf.common.notify.Adapter |
createSequenceDefinitionAdapter()
Creates a new adapter for an object of class ' Sequence Definition'. |
org.eclipse.emf.common.notify.Adapter |
createSQLSyntaxDefinitionAdapter()
Creates a new adapter for an object of class ' SQL Syntax Definition'. |
org.eclipse.emf.common.notify.Adapter |
createStoredProcedureDefinitionAdapter()
Creates a new adapter for an object of class ' Stored Procedure Definition'. |
org.eclipse.emf.common.notify.Adapter |
createTableDefinitionAdapter()
Creates a new adapter for an object of class ' Table Definition'. |
org.eclipse.emf.common.notify.Adapter |
createTableSpaceDefinitionAdapter()
Creates a new adapter for an object of class ' Table Space Definition'. |
org.eclipse.emf.common.notify.Adapter |
createTriggerDefinitionAdapter()
Creates a new adapter for an object of class ' Trigger Definition'. |
org.eclipse.emf.common.notify.Adapter |
createUserDefinedTypeDefinitionAdapter()
Creates a new adapter for an object of class ' User Defined Type Definition'. |
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 |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DatabaseDefinitionAdapterFactory()
| 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 class org.eclipse.emf.common.notify.impl.AdapterFactoryImplpublic org.eclipse.emf.common.notify.Adapter createAdapter(org.eclipse.emf.common.notify.Notifier target)
target.
target - the object to adapt.target.public org.eclipse.emf.common.notify.Adapter createDatabaseVendorDefinitionAdapter()
Database Vendor 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.
DatabaseVendorDefinitionpublic org.eclipse.emf.common.notify.Adapter createPredefinedDataTypeDefinitionAdapter()
Predefined Data Type 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.
PredefinedDataTypeDefinitionpublic org.eclipse.emf.common.notify.Adapter createTableSpaceDefinitionAdapter()
Table Space 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.
TableSpaceDefinitionpublic org.eclipse.emf.common.notify.Adapter createStoredProcedureDefinitionAdapter()
Stored Procedure 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.
StoredProcedureDefinitionpublic org.eclipse.emf.common.notify.Adapter createTriggerDefinitionAdapter()
Trigger 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.
TriggerDefinitionpublic org.eclipse.emf.common.notify.Adapter createColumnDefinitionAdapter()
Column 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.
ColumnDefinitionpublic org.eclipse.emf.common.notify.Adapter createConstraintDefinitionAdapter()
Constraint 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.
ConstraintDefinitionpublic org.eclipse.emf.common.notify.Adapter createIndexDefinitionAdapter()
Index 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.
IndexDefinitionpublic org.eclipse.emf.common.notify.Adapter createExtendedDefinitionAdapter()
Extended 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.
ExtendedDefinitionpublic org.eclipse.emf.common.notify.Adapter createTableDefinitionAdapter()
Table 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.
TableDefinitionpublic org.eclipse.emf.common.notify.Adapter createSequenceDefinitionAdapter()
Sequence 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.
SequenceDefinitionpublic org.eclipse.emf.common.notify.Adapter createUserDefinedTypeDefinitionAdapter()
User Defined Type 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.
UserDefinedTypeDefinitionpublic org.eclipse.emf.common.notify.Adapter createQueryDefinitionAdapter()
Query 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.
QueryDefinitionpublic org.eclipse.emf.common.notify.Adapter createSQLSyntaxDefinitionAdapter()
SQL Syntax 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.
SQLSyntaxDefinitionpublic org.eclipse.emf.common.notify.Adapter createEObjectAdapter()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||