Class WSDefinitionsQualifiedNameProvider

java.lang.Object
org.eclipse.xtext.naming.IQualifiedNameProvider.AbstractImpl
com._1c.g5.v8.dt.ws.naming.WSDefinitionsQualifiedNameProvider
All Implemented Interfaces:
com.google.common.base.Function<org.eclipse.emf.ecore.EObject,org.eclipse.xtext.naming.QualifiedName>, Function<org.eclipse.emf.ecore.EObject,org.eclipse.xtext.naming.QualifiedName>, org.eclipse.xtext.naming.IQualifiedNameProvider

public class WSDefinitionsQualifiedNameProvider extends org.eclipse.xtext.naming.IQualifiedNameProvider.AbstractImpl
Qualified name provider for the WSDefinitions.
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.eclipse.xtext.naming.IQualifiedNameProvider

    org.eclipse.xtext.naming.IQualifiedNameProvider.AbstractImpl
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.eclipse.xtext.naming.QualifiedName
    apply(org.eclipse.emf.ecore.EObject input)
     
    org.eclipse.xtext.naming.QualifiedName
    getFullyQualifiedName(org.eclipse.emf.ecore.EObject obj)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.google.common.base.Function

    equals

    Methods inherited from interface java.util.function.Function

    andThen, compose
  • Constructor Details

    • WSDefinitionsQualifiedNameProvider

      public WSDefinitionsQualifiedNameProvider()
  • Method Details

    • apply

      public org.eclipse.xtext.naming.QualifiedName apply(org.eclipse.emf.ecore.EObject input)
      Specified by:
      apply in interface com.google.common.base.Function<org.eclipse.emf.ecore.EObject,org.eclipse.xtext.naming.QualifiedName>
      Specified by:
      apply in interface Function<org.eclipse.emf.ecore.EObject,org.eclipse.xtext.naming.QualifiedName>
      Overrides:
      apply in class org.eclipse.xtext.naming.IQualifiedNameProvider.AbstractImpl
    • getFullyQualifiedName

      public org.eclipse.xtext.naming.QualifiedName getFullyQualifiedName(org.eclipse.emf.ecore.EObject obj)