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

public class MdQualifiedNameProvider extends BaseFqnProviderDelegate
Qualified name provider for the Md.
  • 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 class BaseFqnProviderDelegate
      Parameters:
      obj - the object to generate qualified name for, may not be null.
      Returns:
      qualified name or null.
    • _computeFqn

      protected org.eclipse.xtext.naming.QualifiedName _computeFqn(org.eclipse.emf.ecore.EObject obj)
    • _computeFqn

      protected org.eclipse.xtext.naming.QualifiedName _computeFqn(MdObject md)
    • _computeFqn

      protected org.eclipse.xtext.naming.QualifiedName _computeFqn(Type type)
    • _computeFqn

      protected org.eclipse.xtext.naming.QualifiedName _computeFqn(TypeSet type)
    • _computeFqn

      protected org.eclipse.xtext.naming.QualifiedName _computeFqn(Event event)
    • _computeFqn

      protected org.eclipse.xtext.naming.QualifiedName _computeFqn(EmptyRef emptyRef)
    • _computeFqn

      protected org.eclipse.xtext.naming.QualifiedName _computeFqn(StandardCommand cmd)
    • _computeFqn

      protected org.eclipse.xtext.naming.QualifiedName _computeFqn(StandardCommandGroup commandGroup)
    • _computeFqn

      protected org.eclipse.xtext.naming.QualifiedName _computeFqn(Property prop)
    • _computeFqn

      protected org.eclipse.xtext.naming.QualifiedName _computeFqn(Method meth)
    • _computeFqn

      protected org.eclipse.xtext.naming.QualifiedName _computeFqn(DbViewDef dbViewDef)
    • _computeFqn

      protected org.eclipse.xtext.naming.QualifiedName _computeFqn(Field field)
    • _computeFqn

      protected org.eclipse.xtext.naming.QualifiedName _computeFqn(PredefinedItem predefinedValue)
    • _computeFqn

      protected org.eclipse.xtext.naming.QualifiedName _computeFqn(HelpPage helpPage)
    • _computeFqn

      protected org.eclipse.xtext.naming.QualifiedName _computeFqn(PlatformPicture picture)
    • _computeFqn

      protected org.eclipse.xtext.naming.QualifiedName _computeFqn(StyleAppearanceItem appearanceItem)
    • _computeFqn

      protected org.eclipse.xtext.naming.QualifiedName _computeFqn(StandardTabularPart standardTabularPart)
    • computeFqn

      public org.eclipse.xtext.naming.QualifiedName computeFqn(org.eclipse.emf.ecore.EObject event)