public class CanonicalvocabularymodelSwitch
extends java.lang.Object
doSwitch(object)
to invoke the caseXXX method for each class of the model,
starting with the actual class of the object
and proceeding up the inheritance hierarchy
until a non-null result is returned,
which is the result of the switch.
CanonicalvocabularymodelPackage| Modifier and Type | Field and Description |
|---|---|
protected static CanonicalvocabularymodelPackage |
modelPackage
The cached model package
|
| Constructor and Description |
|---|
CanonicalvocabularymodelSwitch()
Creates an instance of the switch
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
caseAsset(Asset object)
Returns the result of interpreting the object as an instance of 'Asset'
|
java.lang.Object |
caseAssociationEndExtension(AssociationEndExtension object)
Returns the result of interpreting the object as an instance of 'Association End Extension'
|
java.lang.Object |
caseAttributeExtension(AttributeExtension object)
Returns the result of interpreting the object as an instance of 'Attribute Extension'
|
java.lang.Object |
caseCustomDataType(CustomDataType object)
Returns the result of interpreting the object as an instance of 'Custom Data Type'
|
java.lang.Object |
caseDatabaseAccess(DatabaseAccess object)
Returns the result of interpreting the object as an instance of 'Database Access'
|
java.lang.Object |
caseDatabaseLookupProperties(DatabaseLookupProperties object)
Returns the result of interpreting the object as an instance of 'Database Lookup Properties'
|
java.lang.Object |
caseDatabaseProperty(DatabaseProperty object)
Returns the result of interpreting the object as an instance of 'Database Property'
|
java.lang.Object |
caseDataTypeMapping(DataTypeMapping object)
Returns the result of interpreting the object as an instance of 'Data Type Mapping'
|
java.lang.Object |
caseDomainExtension(DomainExtension object)
Returns the result of interpreting the object as an instance of 'Domain Extension'
|
java.lang.Object |
caseEntityExtension(EntityExtension object)
Returns the result of interpreting the object as an instance of 'Entity Extension'
|
java.lang.Object |
caseEntityMapping(EntityMapping object)
Returns the result of interpreting the object as an instance of 'Entity Mapping'
|
java.lang.Object |
caseEnumerationElement(EnumerationElement object)
Returns the result of interpreting the object as an instance of 'Enumeration Element'
|
java.lang.Object |
caseExtendedPersistentAttributes(ExtendedPersistentAttributes object)
Returns the result of interpreting the object as an instance of 'Extended Persistent Attributes'
|
java.lang.Object |
caseNamedExtension(NamedExtension object)
Returns the result of interpreting the object as an instance of 'Named Extension'
|
java.lang.Object |
caseRootExtension(RootExtension object)
Returns the result of interpreting the object as an instance of 'Root Extension'
|
java.lang.Object |
caseValidatableObject(ValidatableObject object)
Returns the result of interpreting the object as an instance of 'Validatable Object'
|
java.lang.Object |
caseVocabularyBoolean(VocabularyBoolean object)
Returns the result of interpreting the object as an instance of 'Vocabulary Boolean'
|
java.lang.Object |
caseVocabularyDataType(VocabularyDataType object)
Returns the result of interpreting the object as an instance of 'Vocabulary Data Type'
|
java.lang.Object |
caseVocabularyExpression(VocabularyExpression object)
Returns the result of interpreting the object as an instance of 'Vocabulary Expression'
|
java.lang.Object |
caseVocabularyProperty(VocabularyProperty object)
Returns the result of interpreting the object as an instance of 'Vocabulary Property'
|
java.lang.Object |
caseVocabularyString(VocabularyString object)
Returns the result of interpreting the object as an instance of 'Vocabulary String'
|
java.lang.Object |
caseVocabularyValueSet(VocabularyValueSet object)
Returns the result of interpreting the object as an instance of 'Vocabulary Value Set'
|
java.lang.Object |
defaultCase(org.eclipse.emf.ecore.EObject object)
Returns the result of interpreting the object as an instance of 'EObject'
|
protected java.lang.Object |
doSwitch(org.eclipse.emf.ecore.EClass theEClass,
org.eclipse.emf.ecore.EObject theEObject)
Calls
caseXXX for each class of the model until one returns a non null result; it yields that result |
java.lang.Object |
doSwitch(org.eclipse.emf.ecore.EObject theEObject)
Calls
caseXXX for each class of the model until one returns a non null result; it yields that result |
protected java.lang.Object |
doSwitch(int classifierID,
org.eclipse.emf.ecore.EObject theEObject)
Calls
caseXXX for each class of the model until one returns a non null result; it yields that result |
protected static CanonicalvocabularymodelPackage modelPackage
public CanonicalvocabularymodelSwitch()
public java.lang.Object doSwitch(org.eclipse.emf.ecore.EObject theEObject)
caseXXX for each class of the model until one returns a non null result; it yields that result.
caseXXX call.protected java.lang.Object doSwitch(org.eclipse.emf.ecore.EClass theEClass,
org.eclipse.emf.ecore.EObject theEObject)
caseXXX for each class of the model until one returns a non null result; it yields that result.
caseXXX call.protected java.lang.Object doSwitch(int classifierID,
org.eclipse.emf.ecore.EObject theEObject)
caseXXX for each class of the model until one returns a non null result; it yields that result.
caseXXX call.public java.lang.Object caseAssociationEndExtension(AssociationEndExtension object)
object - the target of the switch.doSwitch(EObject)public java.lang.Object caseAttributeExtension(AttributeExtension object)
object - the target of the switch.doSwitch(EObject)public java.lang.Object caseEntityExtension(EntityExtension object)
object - the target of the switch.doSwitch(EObject)public java.lang.Object caseRootExtension(RootExtension object)
object - the target of the switch.doSwitch(EObject)public java.lang.Object caseVocabularyProperty(VocabularyProperty object)
object - the target of the switch.doSwitch(EObject)public java.lang.Object caseVocabularyString(VocabularyString object)
object - the target of the switch.doSwitch(EObject)public java.lang.Object caseVocabularyBoolean(VocabularyBoolean object)
object - the target of the switch.doSwitch(EObject)public java.lang.Object caseVocabularyValueSet(VocabularyValueSet object)
object - the target of the switch.doSwitch(EObject)public java.lang.Object caseDomainExtension(DomainExtension object)
object - the target of the switch.doSwitch(EObject)public java.lang.Object caseDatabaseAccess(DatabaseAccess object)
object - the target of the switch.doSwitch(EObject)public java.lang.Object caseDatabaseProperty(DatabaseProperty object)
object - the target of the switch.doSwitch(EObject)public java.lang.Object caseCustomDataType(CustomDataType object)
object - the target of the switch.doSwitch(EObject)public java.lang.Object caseNamedExtension(NamedExtension object)
object - the target of the switch.doSwitch(EObject)public java.lang.Object caseVocabularyExpression(VocabularyExpression object)
object - the target of the switch.doSwitch(EObject)public java.lang.Object caseDatabaseLookupProperties(DatabaseLookupProperties object)
object - the target of the switch.doSwitch(EObject)public java.lang.Object caseEnumerationElement(EnumerationElement object)
object - the target of the switch.doSwitch(EObject)public java.lang.Object caseExtendedPersistentAttributes(ExtendedPersistentAttributes object)
object - the target of the switch.doSwitch(EObject)public java.lang.Object caseEntityMapping(EntityMapping object)
object - the target of the switch.doSwitch(EObject)public java.lang.Object caseDataTypeMapping(DataTypeMapping object)
object - the target of the switch.doSwitch(EObject)public java.lang.Object caseVocabularyDataType(VocabularyDataType object)
object - the target of the switch.doSwitch(EObject)public java.lang.Object caseAsset(Asset object)
object - the target of the switch.doSwitch(EObject)public java.lang.Object caseValidatableObject(ValidatableObject object)
object - the target of the switch.doSwitch(EObject)public java.lang.Object defaultCase(org.eclipse.emf.ecore.EObject object)
object - the target of the switch.doSwitch(org.eclipse.emf.ecore.EObject)Copyright © 2005-2016 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.