Interface V8ObjectIdProviderDelegate
- All Known Implementing Classes:
ExpressionsParentAdapterV8ObjectIdProvider,RestrictionParentAdapterV8ObjectIdProvider,RightTemplateParentAdapterV8ObjectIdProvider,SchemaParentAdapterV8ObjectIdProvider
public interface V8ObjectIdProviderDelegate
-
Method Summary
Modifier and TypeMethodDescriptiondefault DelegatingObjectFeaturecreatreFeature(org.eclipse.emf.ecore.EObject object, org.eclipse.emf.ecore.EStructuralFeature feature) default DelegatingObjectFeaturecreatreFeature(org.eclipse.emf.ecore.EObject object, org.eclipse.emf.ecore.EStructuralFeature feature, int index) org.eclipse.emf.ecore.EStructuralFeaturegetContainingFeature(org.eclipse.emf.ecore.EObject object) org.eclipse.emf.ecore.EObjectgetParent(org.eclipse.emf.ecore.EObject object) Collection<org.eclipse.emf.ecore.EClass>
-
Method Details
-
getSupportedObjects
Collection<org.eclipse.emf.ecore.EClass> getSupportedObjects() -
getParent
org.eclipse.emf.ecore.EObject getParent(org.eclipse.emf.ecore.EObject object) -
getContainingFeature
org.eclipse.emf.ecore.EStructuralFeature getContainingFeature(org.eclipse.emf.ecore.EObject object) -
creatreFeature
default DelegatingObjectFeature creatreFeature(org.eclipse.emf.ecore.EObject object, org.eclipse.emf.ecore.EStructuralFeature feature, int index) -
creatreFeature
default DelegatingObjectFeature creatreFeature(org.eclipse.emf.ecore.EObject object, org.eclipse.emf.ecore.EStructuralFeature feature)
-