// _ANY_ EFeature implementation to be adapted into
// this context.
// -----------------------------------------------------
//
EFeaturePackage ePackage = EFeaturePackage.eINSTANCE;
eContext.eAdd(ePackage);
EFeatureInfo eFeatureInfo = EFeatureInfo.create(eContext, ePackage.getEFeature(), eHints);
//
// -----------------------------------------------------
// Validate structure (required)
// -----------------------------------------------------