Class FeatureNameLocalizationProvider
- java.lang.Object
-
- com._1c.g5.v8.dt.common.localization.ManagerBasedLocalizationProviderBase<org.eclipse.emf.ecore.EStructuralFeature>
-
- com._1c.g5.v8.dt.common.localization.FeatureNameLocalizationProvider
-
- All Implemented Interfaces:
IFeatureNameLocalizationProvider,ILocalizationProvider<org.eclipse.emf.ecore.EStructuralFeature>
public class FeatureNameLocalizationProvider extends ManagerBasedLocalizationProviderBase<org.eclipse.emf.ecore.EStructuralFeature> implements IFeatureNameLocalizationProvider
Implementation ofIFeatureNameLocalizationProvider.- See Also:
IFeatureNameLocalizationProvider
-
-
Constructor Summary
Constructors Constructor Description FeatureNameLocalizationProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringgetKey(org.eclipse.emf.ecore.EStructuralFeature feature)Obtains key to lookup a string representation usingLocalizationManager.-
Methods inherited from class com._1c.g5.v8.dt.common.localization.ManagerBasedLocalizationProviderBase
getString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com._1c.g5.v8.dt.common.localization.ILocalizationProvider
getString
-
-
-
-
Method Detail
-
getKey
protected String getKey(org.eclipse.emf.ecore.EStructuralFeature feature)
Description copied from class:ManagerBasedLocalizationProviderBaseObtains key to lookup a string representation usingLocalizationManager.- Specified by:
getKeyin classManagerBasedLocalizationProviderBase<org.eclipse.emf.ecore.EStructuralFeature>- Parameters:
feature- object to get key for.- Returns:
- key corresponding for the object or
nullif no key available.
-
-