| Package | Description |
|---|---|
| org.eclipse.emf.ecore |
Provides an API for the Ecore dialect of
UML.
|
| org.eclipse.emf.ecore.impl |
Provides an implementation of Ecore.
|
| org.eclipse.emf.ecore.util |
Provides utilities.
|
| Modifier and Type | Method and Description |
|---|---|
EStructuralFeature.Internal.SettingDelegate |
EStructuralFeature.Internal.SettingDelegate.Factory.createSettingDelegate(EStructuralFeature eStructuralFeature)
Creates a setting delegate for the given feature.
|
EStructuralFeature.Internal.SettingDelegate |
EStructuralFeature.Internal.getSettingDelegate()
Returns the delegate for this feature.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EStructuralFeature.Internal.setSettingDelegate(EStructuralFeature.Internal.SettingDelegate settingDelegate)
Sets the specialized delegate for this feature.
|
| Modifier and Type | Field and Description |
|---|---|
protected EStructuralFeature.Internal.SettingDelegate |
EStructuralFeatureImpl.settingDelegate |
| Modifier and Type | Method and Description |
|---|---|
protected EStructuralFeature.Internal.SettingDelegate |
EStructuralFeatureImpl.createFeatureMapSettingDelegate() |
protected EStructuralFeature.Internal.SettingDelegate |
BasicEObjectImpl.eSettingDelegate(EStructuralFeature eFeature) |
EStructuralFeature.Internal.SettingDelegate |
EStructuralFeatureImpl.getSettingDelegate() |
| Modifier and Type | Method and Description |
|---|---|
void |
EStructuralFeatureImpl.setSettingDelegate(EStructuralFeature.Internal.SettingDelegate settingDelegate) |
| Modifier and Type | Class and Description |
|---|---|
class |
BasicSettingDelegate
A basic implementation of a stateful setting delegate.
|
static class |
BasicSettingDelegate.Stateless
A basic implementation of a stateless setting delegate.
|
Copyright © 2018. Licensed under the Eclipse Public License v1.0. All rights reserved.
Submit a bug or feature