Uses of Class
org.eclipse.emf.cdo.etypes.util.EtypesSwitch
Packages that use EtypesSwitch
Package
Description
Provides a base class for supporting the specialization of
AnnotationItemProvider
and StringToStringMapEntryItemProvider
.The generated EMF utilities of the CDO system data types and native annotations.
-
Uses of EtypesSwitch in org.eclipse.emf.cdo.etypes.provider.annotation
Fields in org.eclipse.emf.cdo.etypes.provider.annotation declared as EtypesSwitchModifier and TypeFieldDescriptionprotected final EtypesSwitch<Adapter>
AnnotationItemProviderAdapterFactory.modelSwitch
The switch that delegates toAnnotationItemProviderAdapterFactory.createAnnotationAdapter()
orAnnotationItemProviderAdapterFactory.createStringToStringMapEntryAdapter()
as appropriate. -
Uses of EtypesSwitch in org.eclipse.emf.cdo.etypes.util
Fields in org.eclipse.emf.cdo.etypes.util declared as EtypesSwitchModifier and TypeFieldDescriptionprotected EtypesSwitch<Adapter>
EtypesAdapterFactory.modelSwitch
The switch that delegates to thecreateXXX
methods.