org.eclipse.hyades.probekit.editor.internal.provider
Class EObjectListSwitch
java.lang.Object
org.eclipse.hyades.probekit.editor.internal.provider.EObjectListSwitch
public class EObjectListSwitch
- extends java.lang.Object
|
Method Summary |
org.eclipse.emf.common.notify.Adapter |
createAllImportsProvider(java.lang.Object object)
|
org.eclipse.emf.common.notify.Adapter |
createAllTargetsProvider(java.lang.Object object)
|
org.eclipse.emf.common.notify.Adapter |
doSwitch(java.lang.Object object,
java.lang.Object type)
|
static org.eclipse.emf.ecore.EStructuralFeature |
getFeature(java.lang.Object object)
|
static boolean |
isSwitchForFeature(org.eclipse.emf.ecore.EStructuralFeature feature)
|
static boolean |
isSwitchForType(java.lang.Object object,
java.lang.Object type)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EObjectListSwitch
public EObjectListSwitch()
isSwitchForType
public static boolean isSwitchForType(java.lang.Object object,
java.lang.Object type)
isSwitchForFeature
public static boolean isSwitchForFeature(org.eclipse.emf.ecore.EStructuralFeature feature)
getFeature
public static org.eclipse.emf.ecore.EStructuralFeature getFeature(java.lang.Object object)
doSwitch
public org.eclipse.emf.common.notify.Adapter doSwitch(java.lang.Object object,
java.lang.Object type)
createAllImportsProvider
public org.eclipse.emf.common.notify.Adapter createAllImportsProvider(java.lang.Object object)
createAllTargetsProvider
public org.eclipse.emf.common.notify.Adapter createAllTargetsProvider(java.lang.Object object)