Class MdQualifiedNameProvider
java.lang.Object
com._1c.g5.v8.dt.core.naming.BaseFqnProviderDelegate
com._1c.g5.v8.dt.internal.md.naming.MdQualifiedNameProvider
- All Implemented Interfaces:
IFqnProviderDelegate
Qualified name provider for the Md.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.eclipse.xtext.naming.QualifiedName
_computeFqn
(Event event) protected org.eclipse.xtext.naming.QualifiedName
_computeFqn
(Field field) protected org.eclipse.xtext.naming.QualifiedName
_computeFqn
(HelpPage helpPage) protected org.eclipse.xtext.naming.QualifiedName
_computeFqn
(Method meth) protected org.eclipse.xtext.naming.QualifiedName
_computeFqn
(Property prop) protected org.eclipse.xtext.naming.QualifiedName
_computeFqn
(StandardCommandGroup commandGroup) protected org.eclipse.xtext.naming.QualifiedName
_computeFqn
(StandardTabularPart standardTabularPart) protected org.eclipse.xtext.naming.QualifiedName
_computeFqn
(StyleAppearanceItem appearanceItem) protected org.eclipse.xtext.naming.QualifiedName
_computeFqn
(Type type) protected org.eclipse.xtext.naming.QualifiedName
_computeFqn
(TypeSet type) protected org.eclipse.xtext.naming.QualifiedName
_computeFqn
(DbViewDef dbViewDef) protected org.eclipse.xtext.naming.QualifiedName
_computeFqn
(MdObject md) protected org.eclipse.xtext.naming.QualifiedName
_computeFqn
(PredefinedItem predefinedValue) protected org.eclipse.xtext.naming.QualifiedName
protected org.eclipse.xtext.naming.QualifiedName
_computeFqn
(EmptyRef emptyRef) protected org.eclipse.xtext.naming.QualifiedName
_computeFqn
(PlatformPicture picture) protected org.eclipse.xtext.naming.QualifiedName
_computeFqn
(org.eclipse.emf.ecore.EObject obj) org.eclipse.xtext.naming.QualifiedName
computeFqn
(org.eclipse.emf.ecore.EObject event) org.eclipse.xtext.naming.QualifiedName
getFullyQualifiedNameInternal
(org.eclipse.emf.ecore.EObject obj) Descendant classes implement this method to provide specific logic for generating qualified names for contained BM objects and non-BM objects.Methods inherited from class com._1c.g5.v8.dt.core.naming.BaseFqnProviderDelegate
getContainedBmObjectFqn, getNonBmObjectFqn, getSupportedPackages
-
Constructor Details
-
MdQualifiedNameProvider
public MdQualifiedNameProvider()
-
-
Method Details
-
getFullyQualifiedNameInternal
public org.eclipse.xtext.naming.QualifiedName getFullyQualifiedNameInternal(org.eclipse.emf.ecore.EObject obj) Description copied from class:BaseFqnProviderDelegate
Descendant classes implement this method to provide specific logic for generating qualified names for contained BM objects and non-BM objects.- Specified by:
getFullyQualifiedNameInternal
in classBaseFqnProviderDelegate
- Parameters:
obj
- the object to generate qualified name for, may not benull
.- Returns:
- qualified name or
null
.
-
_computeFqn
protected org.eclipse.xtext.naming.QualifiedName _computeFqn(org.eclipse.emf.ecore.EObject obj) -
_computeFqn
-
_computeFqn
-
_computeFqn
-
_computeFqn
-
_computeFqn
-
_computeFqn
-
_computeFqn
-
_computeFqn
-
_computeFqn
-
_computeFqn
-
_computeFqn
-
_computeFqn
-
_computeFqn
-
_computeFqn
-
_computeFqn
-
_computeFqn
protected org.eclipse.xtext.naming.QualifiedName _computeFqn(StandardTabularPart standardTabularPart) -
computeFqn
public org.eclipse.xtext.naming.QualifiedName computeFqn(org.eclipse.emf.ecore.EObject event)
-