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 of
IFeatureNameLocalizationProvider
.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected String
getKey
(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
-
Constructor Details
-
FeatureNameLocalizationProvider
public FeatureNameLocalizationProvider()
-
-
Method Details
-
getKey
Description copied from class:ManagerBasedLocalizationProviderBase
Obtains key to lookup a string representation usingLocalizationManager
.- Specified by:
getKey
in classManagerBasedLocalizationProviderBase<org.eclipse.emf.ecore.EStructuralFeature>
- Parameters:
feature
- object to get key for.- Returns:
- key corresponding for the object or
null
if no key available.
-