Class UnresolvedReference


  • public class UnresolvedReference
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String attributeName  
      protected org.eclipse.emf.ecore.EObject eObject  
      protected org.eclipse.emf.ecore.EReference eReference  
      protected int line  
      protected org.eclipse.emf.common.util.URI uri  
      protected java.lang.String value  
    • Constructor Summary

      Constructors 
      Constructor Description
      UnresolvedReference​(org.eclipse.emf.ecore.EObject eObject, org.eclipse.emf.common.util.URI uri, org.eclipse.emf.ecore.EReference eReference, java.lang.String attributeName, java.lang.String value, int line)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getAttributeName()  
      org.eclipse.emf.ecore.EObject getEObject()  
      org.eclipse.emf.ecore.EReference getEReference()  
      int getLine()  
      org.eclipse.emf.common.util.URI getUri()  
      java.lang.String getValue()  
      boolean resolve​(org.eclipse.emf.ecore.EObject candidate)  
      void setAttributeName​(java.lang.String attributeName)  
      void setEObject​(org.eclipse.emf.ecore.EObject eObject)  
      void seteReference​(org.eclipse.emf.ecore.EReference eReference)  
      void setLine​(int line)  
      void setUri​(org.eclipse.emf.common.util.URI uri)  
      void setValue​(java.lang.String value)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • eObject

        protected org.eclipse.emf.ecore.EObject eObject
      • eReference

        protected org.eclipse.emf.ecore.EReference eReference
      • value

        protected java.lang.String value
      • line

        protected int line
      • attributeName

        protected java.lang.String attributeName
      • uri

        protected org.eclipse.emf.common.util.URI uri
    • Constructor Detail

      • UnresolvedReference

        public UnresolvedReference​(org.eclipse.emf.ecore.EObject eObject,
                                   org.eclipse.emf.common.util.URI uri,
                                   org.eclipse.emf.ecore.EReference eReference,
                                   java.lang.String attributeName,
                                   java.lang.String value,
                                   int line)
    • Method Detail

      • getEObject

        public org.eclipse.emf.ecore.EObject getEObject()
      • setEObject

        public void setEObject​(org.eclipse.emf.ecore.EObject eObject)
      • getEReference

        public org.eclipse.emf.ecore.EReference getEReference()
      • seteReference

        public void seteReference​(org.eclipse.emf.ecore.EReference eReference)
      • getValue

        public java.lang.String getValue()
      • setValue

        public void setValue​(java.lang.String value)
      • getLine

        public int getLine()
      • setLine

        public void setLine​(int line)
      • getAttributeName

        public java.lang.String getAttributeName()
      • setAttributeName

        public void setAttributeName​(java.lang.String attributeName)
      • getUri

        public org.eclipse.emf.common.util.URI getUri()
      • setUri

        public void setUri​(org.eclipse.emf.common.util.URI uri)
      • resolve

        public boolean resolve​(org.eclipse.emf.ecore.EObject candidate)