Package com.e1c.langtool.emf.naming
Interface FeatureKeyEObjectMigrationnExtension
- All Superinterfaces:
IFeatureKeyComputer
The Interface to extend migrationn of feature key from old to new by
EObject.-
Method Summary
Modifier and TypeMethodDescriptiongetOldFeatureKeys(org.eclipse.emf.ecore.EObject obj) Gets the old feature keys for the object if migration may be applied.Methods inherited from interface com.e1c.langtool.emf.naming.IFeatureKeyComputer
getFeatureKey, isSupported
-
Method Details
-
getOldFeatureKeys
Gets the old feature keys for the object if migration may be applied.- Parameters:
obj- the object- Returns:
- the old feature keys
-