Package com._1c.g5.v8.dt.md.naming
Class MdLocalizerUtil
- java.lang.Object
-
- com._1c.g5.v8.dt.md.naming.MdLocalizerUtil
-
public class MdLocalizerUtil extends Object
Utils for translating symbolic links from English to Russian.- See Also:
MdTypesTranslationIntoRussian
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
translateSymbolicLinkIntoRussian(String symbolicLink, org.eclipse.emf.ecore.EObject contextObject, org.eclipse.emf.ecore.EStructuralFeature feature)
Translates the symbolic link from English to Russian.static String
translateTypeNameIntoRussian(String typeName, org.eclipse.emf.ecore.EObject contextObject, org.eclipse.emf.ecore.EStructuralFeature feature)
Translates the type name from English to Russian.
-
-
-
Method Detail
-
translateSymbolicLinkIntoRussian
public static String translateSymbolicLinkIntoRussian(String symbolicLink, org.eclipse.emf.ecore.EObject contextObject, org.eclipse.emf.ecore.EStructuralFeature feature)
Translates the symbolic link from English to Russian. Translates only type names.- Parameters:
symbolicLink
- the symbolic link, can not benull
contextObject
- the referencing object, can not benull
feature
- the referencing feature, can not benull
- Returns:
- the Russian translation of the symbolic link or
null
if the translation is not found
-
translateTypeNameIntoRussian
public static String translateTypeNameIntoRussian(String typeName, org.eclipse.emf.ecore.EObject contextObject, org.eclipse.emf.ecore.EStructuralFeature feature)
Translates the type name from English to Russian.- Parameters:
typeName
- the type name, can not benull
contextObject
- the referencing object, can not benull
feature
- the referencing feature, can not benull
- Returns:
- the Russian translation of the type name or
null
if the translation is not found
-
-