Package com._1c.g5.v8.dt.erd.service
Class ErdQualifiedNameProvider
- java.lang.Object
-
- com._1c.g5.v8.dt.erd.service.ErdQualifiedNameProvider
-
public final class ErdQualifiedNameProvider extends Object
Qualified name provider for ERD.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.eclipse.xtext.naming.QualifiedNamegetFullyQualifiedName(com._1c.g5.v8.dt.diagram.framework.IEntity entity)Returns qualified name of given object.static org.eclipse.xtext.naming.QualifiedNamegetLocalizedFullyQualifiedName(MdObject mdObject, ScriptVariant scriptVariant)Returns localized fully qualified name for given md object.static StringgetLocalizedTypeIemName(TypeItem typeItem)Returns localized type item name.
-
-
-
Method Detail
-
getFullyQualifiedName
public static org.eclipse.xtext.naming.QualifiedName getFullyQualifiedName(com._1c.g5.v8.dt.diagram.framework.IEntity entity)
Returns qualified name of given object.- Parameters:
entity- - entity to get name. Can't benull.- Returns:
- entity's qualified name. Can't return
null.
-
getLocalizedFullyQualifiedName
public static org.eclipse.xtext.naming.QualifiedName getLocalizedFullyQualifiedName(MdObject mdObject, ScriptVariant scriptVariant)
Returns localized fully qualified name for given md object.- Parameters:
mdObject- - md object. Can't benull.scriptVariant- - script varitant. Can benull.- Returns:
- localized fully qualified name for given md object. Can't return
null.
-
-