Class ReviewsItemProviderAdapterFactory.LMChildCreationExtender.CreationSwitch
java.lang.Object
org.eclipse.emf.ecore.util.Switch<T>
org.eclipse.emf.cdo.lm.util.LMSwitch<Object>
org.eclipse.emf.cdo.lm.reviews.provider.ReviewsItemProviderAdapterFactory.LMChildCreationExtender.CreationSwitch
- Enclosing class:
- ReviewsItemProviderAdapterFactory.LMChildCreationExtender
protected static class ReviewsItemProviderAdapterFactory.LMChildCreationExtender.CreationSwitch
extends LMSwitch<Object>
The switch for creating child descriptors specific to each extended class.
- Generated
-
Field Summary
Modifier and TypeFieldDescriptionprotected EditingDomain
The domain in which to create the children.The child descriptors being populated.Fields inherited from class org.eclipse.emf.cdo.lm.util.LMSwitch
modelPackage
-
Method Summary
Modifier and TypeMethodDescriptioncaseStream
(Stream object) protected CommandParameter
createChildParameter
(Object feature, Object child) Methods inherited from class org.eclipse.emf.cdo.lm.util.LMSwitch
caseBaseline, caseChange, caseDelivery, caseDependency, caseDrop, caseDropType, caseFixedBaseline, caseFloatingBaseline, caseModelElement, caseModule, caseModuleElement, caseModuleType, caseProcess, caseProcessElement, caseStreamElement, caseSystem, caseSystemElement, defaultCase, doSwitch, isSwitchFor
-
Field Details
-
newChildDescriptors
The child descriptors being populated.- Generated
-
editingDomain
The domain in which to create the children.- Generated
-
-
Method Details
-
caseStream
- Overrides:
caseStream
in classLMSwitch<Object>
- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Stream'.
- See Also:
- Generated
-
createChildParameter
- Generated
-