org.eclipse.emf.ecp.view.spi.model
Interface SettingPath
public interface SettingPath
Provides the whole path for the a EStructuralFeature.Setting
. So by iterating over the path, each step through the domain model
is contained.
- Since:
- 1.3
- Author:
- Eugen Neufeld
Method Summary |
Iterator<org.eclipse.emf.ecore.EStructuralFeature.Setting> |
getPath()
The path to the bound EStructuralFeature.Setting . |
getPath
Iterator<org.eclipse.emf.ecore.EStructuralFeature.Setting> getPath()
- The path to the bound
EStructuralFeature.Setting
.
- Returns:
- the iterator for the path
Copyright © 2014. All Rights Reserved.