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 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
getStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com._1c.g5.v8.dt.common.localization.ILocalizationProvider
getString
-
Constructor Details
-
FeatureNameLocalizationProvider
public FeatureNameLocalizationProvider()
-
-
Method Details
-
getKey
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.
-