//
// 2) Then check structure mappings, replacing feature with mapped
//
EFeatureInfo eStructure = eInternal().eStructure;
if(eStructure.eMappingExists(feature)) {
feature = eStructure.eMappedTo((EAttribute)feature);
}
//
// Forward to implementation
//
return eImpl().eGet(feature, resolve, coreType);