public interface IHelper
HelperNotFoundException| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getValue(org.eclipse.emf.ecore.EObject object,
org.eclipse.emf.ecore.EStructuralFeature feature,
org.eclipse.emf.ecore.EAnnotation annotation)
Get the value for specified feature of given object.
|
java.lang.Object getValue(org.eclipse.emf.ecore.EObject object,
org.eclipse.emf.ecore.EStructuralFeature feature,
org.eclipse.emf.ecore.EAnnotation annotation)
object - The object that the feature value is requested.feature - The feature that the value is requested.annotation - null if no value is returned.