Class GuiceBasedRealmItemProviderAdapterFactory.RealmChildCreationExtender.CreationSwitch
- java.lang.Object
-
- org.eclipse.emf.ecore.util.Switch<T>
-
- tools.mdsd.somde.realm.util.RealmSwitch<Object>
-
- tools.mdsd.somde.realm.guicebased.provider.GuiceBasedRealmItemProviderAdapterFactory.RealmChildCreationExtender.CreationSwitch
-
- Enclosing class:
- GuiceBasedRealmItemProviderAdapterFactory.RealmChildCreationExtender
protected static class GuiceBasedRealmItemProviderAdapterFactory.RealmChildCreationExtender.CreationSwitch extends RealmSwitch<Object>
The switch for creating child descriptors specific to each extended class.- Generated class or method.
-
-
Field Summary
Fields Modifier and Type Field Description protected EditingDomain
editingDomain
The domain in which to create the children.protected List<Object>
newChildDescriptors
The child descriptors being populated.-
Fields inherited from class tools.mdsd.somde.realm.util.RealmSwitch
modelPackage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
caseServiceOrientedModelingRealm(ServiceOrientedModelingRealm object)
protected CommandParameter
createChildParameter(Object feature, Object child)
-
Methods inherited from class tools.mdsd.somde.realm.util.RealmSwitch
caseConfigurationItem, defaultCase, doSwitch, isSwitchFor
-
-
-
-
Field Detail
-
newChildDescriptors
protected List<Object> newChildDescriptors
The child descriptors being populated.- Generated class or method.
-
editingDomain
protected EditingDomain editingDomain
The domain in which to create the children.- Generated class or method.
-
-
Method Detail
-
caseServiceOrientedModelingRealm
public Object caseServiceOrientedModelingRealm(ServiceOrientedModelingRealm object)
- Overrides:
caseServiceOrientedModelingRealm
in classRealmSwitch<Object>
- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Service Oriented Modeling Realm'.
- See Also:
doSwitch(EObject)
- Generated class or method.
-
createChildParameter
protected CommandParameter createChildParameter(Object feature, Object child)
- Generated class or method.
-
-