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.QualifiedNameprotected 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.QualifiedNamecomputeFqn(org.eclipse.emf.ecore.EObject event) org.eclipse.xtext.naming.QualifiedNamegetFullyQualifiedNameInternal(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:BaseFqnProviderDelegateDescendant classes implement this method to provide specific logic for generating qualified names for contained BM objects and non-BM objects.- Specified by:
getFullyQualifiedNameInternalin 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)
-