Class SecurityItemProviderAdapterFactory.ExpressionsChildCreationExtender.CreationSwitch
java.lang.Object
org.eclipse.emf.ecore.util.Switch<T>
org.eclipse.emf.cdo.expressions.util.ExpressionsSwitch<Object>
org.eclipse.emf.cdo.security.provider.SecurityItemProviderAdapterFactory.ExpressionsChildCreationExtender.CreationSwitch
- Enclosing class:
- SecurityItemProviderAdapterFactory.ExpressionsChildCreationExtender
protected static class SecurityItemProviderAdapterFactory.ExpressionsChildCreationExtender.CreationSwitch
extends ExpressionsSwitch<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.expressions.util.ExpressionsSwitch
modelPackage
-
Method Summary
Modifier and TypeMethodDescriptioncaseContainedObject
(ContainedObject object) Returns the result of interpreting the object as an instance of 'Contained Object'.protected CommandParameter
createChildParameter
(Object feature, Object child) Methods inherited from class org.eclipse.emf.cdo.expressions.util.ExpressionsSwitch
caseAccess, caseBooleanValue, caseByteValue, caseCharValue, caseContextAccess, caseDoubleValue, caseExpression, caseFloatValue, caseFunctionInvocation, caseIntValue, caseInvocation, caseLinkedExpression, caseLinkedObject, caseListConstruction, caseLongValue, caseMemberAccess, caseMemberInvocation, caseShortValue, caseStaticAccess, caseStringValue, caseValue, defaultCase, doSwitch, isSwitchFor
-
Field Details
-
newChildDescriptors
The child descriptors being populated.- Generated
-
editingDomain
The domain in which to create the children.- Generated
-
-
Method Details
-
caseContainedObjectGen
- Generated
-
caseContainedObject
Description copied from class:ExpressionsSwitch
Returns the result of interpreting the object as an instance of 'Contained Object'. This implementation returns null; returning a non-null result will terminate the switch.- Overrides:
caseContainedObject
in classExpressionsSwitch<Object>
- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Contained Object'.
- See Also:
- Added
-
createChildParameter
- Generated
-