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 Details

    • newChildDescriptors

      protected List<Object> newChildDescriptors
      The child descriptors being populated.
      Generated
    • editingDomain

      protected EditingDomain editingDomain
      The domain in which to create the children.
      Generated
  • Method Details

    • caseContainedObjectGen

      public Object caseContainedObjectGen(ContainedObject object)
      Generated
    • caseContainedObject

      public Object caseContainedObject(ContainedObject object)
      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 class ExpressionsSwitch<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

      protected CommandParameter createChildParameter(Object feature, Object child)
      Generated