Class EObjectDescriptionProvider.SimpleNameDescription

  • All Implemented Interfaces:
    org.eclipse.xtext.resource.IEObjectDescription
    Enclosing class:
    EObjectDescriptionProvider

    protected static class EObjectDescriptionProvider.SimpleNameDescription
    extends java.lang.Object
    implements org.eclipse.xtext.resource.IEObjectDescription
    • Constructor Summary

      Constructors 
      Constructor Description
      SimpleNameDescription​(org.eclipse.xtext.naming.QualifiedName qName, org.eclipse.emf.ecore.EObject resolvedObject, org.eclipse.xtext.resource.IEObjectDescription source)  
    • Constructor Detail

      • SimpleNameDescription

        public SimpleNameDescription​(org.eclipse.xtext.naming.QualifiedName qName,
                                     org.eclipse.emf.ecore.EObject resolvedObject,
                                     org.eclipse.xtext.resource.IEObjectDescription source)
    • Method Detail

      • getEClass

        public org.eclipse.emf.ecore.EClass getEClass()
        Specified by:
        getEClass in interface org.eclipse.xtext.resource.IEObjectDescription
      • getEObjectOrProxy

        public org.eclipse.emf.ecore.EObject getEObjectOrProxy()
        Specified by:
        getEObjectOrProxy in interface org.eclipse.xtext.resource.IEObjectDescription
      • getEObjectURI

        public org.eclipse.emf.common.util.URI getEObjectURI()
        Specified by:
        getEObjectURI in interface org.eclipse.xtext.resource.IEObjectDescription
      • getName

        public org.eclipse.xtext.naming.QualifiedName getName()
        Specified by:
        getName in interface org.eclipse.xtext.resource.IEObjectDescription
      • getQualifiedName

        public org.eclipse.xtext.naming.QualifiedName getQualifiedName()
        Specified by:
        getQualifiedName in interface org.eclipse.xtext.resource.IEObjectDescription
      • getUserData

        public java.lang.String getUserData​(java.lang.String key)
        Specified by:
        getUserData in interface org.eclipse.xtext.resource.IEObjectDescription
      • getUserDataKeys

        public java.lang.String[] getUserDataKeys()
        Specified by:
        getUserDataKeys in interface org.eclipse.xtext.resource.IEObjectDescription
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object