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
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected EditingDomain
The domain in which to create the children.The child descriptors being populated.Von Klasse geerbte Felder org.eclipse.emf.cdo.expressions.util.ExpressionsSwitch
modelPackage
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungcaseContainedObject
(ContainedObject object) Returns the result of interpreting the object as an instance of 'Contained Object'.protected CommandParameter
createChildParameter
(Object feature, Object child) Von Klasse geerbte Methoden 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
-
Felddetails
-
newChildDescriptors
The child descriptors being populated.- Generated
-
editingDomain
The domain in which to create the children.- Generated
-
-
Methodendetails
-
caseContainedObjectGen
- Generated
-
caseContainedObject
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 KlasseExpressionsSwitch<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
- Generated
-