Klasse SecurityItemProviderAdapterFactory.ExpressionsChildCreationExtender.CreationSwitch

java.lang.Object
org.eclipse.emf.ecore.util.Switch<Object>
org.eclipse.emf.cdo.expressions.util.ExpressionsSwitch<Object>
org.eclipse.emf.cdo.security.provider.SecurityItemProviderAdapterFactory.ExpressionsChildCreationExtender.CreationSwitch
Umschließende Klasse:
SecurityItemProviderAdapterFactory.ExpressionsChildCreationExtender

protected static class SecurityItemProviderAdapterFactory.ExpressionsChildCreationExtender.CreationSwitch extends ExpressionsSwitch<Object>
The switch for creating child descriptors specific to each extended class.
Generated
  • Felddetails

    • newChildDescriptors

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

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

    • caseContainedObjectGen

      public Object caseContainedObjectGen(ContainedObject object)
      Generated
    • caseContainedObject

      public Object caseContainedObject(ContainedObject object)
      Beschreibung aus Klasse kopiert: 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.
      Setzt außer Kraft:
      caseContainedObject in Klasse ExpressionsSwitch<Object>
      Parameter:
      object - the target of the switch.
      Gibt zurück:
      the result of interpreting the object as an instance of 'Contained Object'.
      Siehe auch:
      Added
    • createChildParameter

      protected CommandParameter createChildParameter(Object feature, Object child)
      Generated