public class CanonicalvocabularymodelAdapterFactory
extends org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
createXXX method for each class of the model.
CanonicalvocabularymodelPackage| Modifier and Type | Field and Description |
|---|---|
protected static CanonicalvocabularymodelPackage |
modelPackage
The cached model package
|
protected CanonicalvocabularymodelSwitch |
modelSwitch
The switch that delegates to the
createXXX methods |
| Constructor and Description |
|---|
CanonicalvocabularymodelAdapterFactory()
Creates an instance of the adapter factory
|
| Modifier and Type | Method and Description |
|---|---|
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 |
createAssetAdapter()
Creates a new adapter for an object of class '
Asset' |
org.eclipse.emf.common.notify.Adapter |
createAssociationEndExtensionAdapter()
Creates a new adapter for an object of class '
Association End Extension' |
org.eclipse.emf.common.notify.Adapter |
createAttributeExtensionAdapter()
Creates a new adapter for an object of class '
Attribute Extension' |
org.eclipse.emf.common.notify.Adapter |
createCustomDataTypeAdapter()
Creates a new adapter for an object of class '
Custom Data Type' |
org.eclipse.emf.common.notify.Adapter |
createDatabaseAccessAdapter()
Creates a new adapter for an object of class '
Database Access' |
org.eclipse.emf.common.notify.Adapter |
createDatabaseLookupPropertiesAdapter()
Creates a new adapter for an object of class '
Database Lookup Properties' |
org.eclipse.emf.common.notify.Adapter |
createDatabasePropertyAdapter()
Creates a new adapter for an object of class '
Database Property' |
org.eclipse.emf.common.notify.Adapter |
createDataTypeMappingAdapter()
Creates a new adapter for an object of class '
Data Type Mapping' |
org.eclipse.emf.common.notify.Adapter |
createDomainExtensionAdapter()
Creates a new adapter for an object of class '
Domain Extension' |
org.eclipse.emf.common.notify.Adapter |
createEntityExtensionAdapter()
Creates a new adapter for an object of class '
Entity Extension' |
org.eclipse.emf.common.notify.Adapter |
createEntityMappingAdapter()
Creates a new adapter for an object of class '
Entity Mapping' |
org.eclipse.emf.common.notify.Adapter |
createEnumerationElementAdapter()
Creates a new adapter for an object of class '
Enumeration Element' |
org.eclipse.emf.common.notify.Adapter |
createEObjectAdapter()
Creates a new adapter for the default case
|
org.eclipse.emf.common.notify.Adapter |
createExtendedPersistentAttributesAdapter()
Creates a new adapter for an object of class '
Extended Persistent Attributes' |
org.eclipse.emf.common.notify.Adapter |
createNamedExtensionAdapter()
Creates a new adapter for an object of class '
Named Extension' |
org.eclipse.emf.common.notify.Adapter |
createRootExtensionAdapter()
Creates a new adapter for an object of class '
Root Extension' |
org.eclipse.emf.common.notify.Adapter |
createValidatableObjectAdapter()
Creates a new adapter for an object of class '
Validatable Object' |
org.eclipse.emf.common.notify.Adapter |
createVocabularyBooleanAdapter()
Creates a new adapter for an object of class '
Vocabulary Boolean' |
org.eclipse.emf.common.notify.Adapter |
createVocabularyDataTypeAdapter()
Creates a new adapter for an object of class '
Vocabulary Data Type' |
org.eclipse.emf.common.notify.Adapter |
createVocabularyExpressionAdapter()
Creates a new adapter for an object of class '
Vocabulary Expression' |
org.eclipse.emf.common.notify.Adapter |
createVocabularyPropertyAdapter()
Creates a new adapter for an object of class '
Vocabulary Property' |
org.eclipse.emf.common.notify.Adapter |
createVocabularyStringAdapter()
Creates a new adapter for an object of class '
Vocabulary String' |
org.eclipse.emf.common.notify.Adapter |
createVocabularyValueSetAdapter()
Creates a new adapter for an object of class '
Vocabulary Value Set' |
boolean |
isFactoryForType(java.lang.Object object)
Returns whether this factory is applicable for the type of the object
|
protected static CanonicalvocabularymodelPackage modelPackage
protected CanonicalvocabularymodelSwitch modelSwitch
createXXX methods.
public CanonicalvocabularymodelAdapterFactory()
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.AdapterFactoryisFactoryForType in class org.eclipse.emf.common.notify.impl.AdapterFactoryImplpublic org.eclipse.emf.common.notify.Adapter createAdapter(org.eclipse.emf.common.notify.Notifier target)
target.
createAdapter in class org.eclipse.emf.common.notify.impl.AdapterFactoryImpltarget - the object to adapt.target.public org.eclipse.emf.common.notify.Adapter createAssociationEndExtensionAdapter()
Association End Extension'.
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.
AssociationEndExtensionpublic org.eclipse.emf.common.notify.Adapter createAttributeExtensionAdapter()
Attribute Extension'.
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.
AttributeExtensionpublic org.eclipse.emf.common.notify.Adapter createEntityExtensionAdapter()
Entity Extension'.
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.
EntityExtensionpublic org.eclipse.emf.common.notify.Adapter createRootExtensionAdapter()
Root Extension'.
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.
RootExtensionpublic org.eclipse.emf.common.notify.Adapter createVocabularyPropertyAdapter()
Vocabulary Property'.
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.
VocabularyPropertypublic org.eclipse.emf.common.notify.Adapter createVocabularyStringAdapter()
Vocabulary String'.
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.
VocabularyStringpublic org.eclipse.emf.common.notify.Adapter createVocabularyBooleanAdapter()
Vocabulary Boolean'.
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.
VocabularyBooleanpublic org.eclipse.emf.common.notify.Adapter createVocabularyValueSetAdapter()
Vocabulary Value Set'.
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.
VocabularyValueSetpublic org.eclipse.emf.common.notify.Adapter createDomainExtensionAdapter()
Domain Extension'.
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.
DomainExtensionpublic org.eclipse.emf.common.notify.Adapter createDatabaseAccessAdapter()
Database Access'.
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.
DatabaseAccesspublic org.eclipse.emf.common.notify.Adapter createDatabasePropertyAdapter()
Database Property'.
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.
DatabasePropertypublic org.eclipse.emf.common.notify.Adapter createCustomDataTypeAdapter()
Custom Data 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.
CustomDataTypepublic org.eclipse.emf.common.notify.Adapter createNamedExtensionAdapter()
Named Extension'.
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.
NamedExtensionpublic org.eclipse.emf.common.notify.Adapter createVocabularyExpressionAdapter()
Vocabulary Expression'.
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.
VocabularyExpressionpublic org.eclipse.emf.common.notify.Adapter createDatabaseLookupPropertiesAdapter()
Database Lookup Properties'.
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.
DatabaseLookupPropertiespublic org.eclipse.emf.common.notify.Adapter createEnumerationElementAdapter()
Enumeration Element'.
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.
EnumerationElementpublic org.eclipse.emf.common.notify.Adapter createExtendedPersistentAttributesAdapter()
Extended Persistent Attributes'.
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.
ExtendedPersistentAttributespublic org.eclipse.emf.common.notify.Adapter createEntityMappingAdapter()
Entity Mapping'.
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.
EntityMappingpublic org.eclipse.emf.common.notify.Adapter createDataTypeMappingAdapter()
Data Type Mapping'.
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.
DataTypeMappingpublic org.eclipse.emf.common.notify.Adapter createVocabularyDataTypeAdapter()
Vocabulary Data 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.
VocabularyDataTypepublic org.eclipse.emf.common.notify.Adapter createAssetAdapter()
Asset'.
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.
Assetpublic org.eclipse.emf.common.notify.Adapter createValidatableObjectAdapter()
Validatable Object'.
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.
ValidatableObjectpublic org.eclipse.emf.common.notify.Adapter createEObjectAdapter()
Copyright © 2005-2013 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.