Class UnresolvedReference

java.lang.Object
org.eclipse.epsilon.flexmi.UnresolvedReference

public class UnresolvedReference extends Object
  • Field Details

    • eObject

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

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

      protected String value
    • line

      protected int line
    • attributeName

      protected String attributeName
    • uri

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

    • UnresolvedReference

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

    • 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 String getValue()
    • setValue

      public void setValue(String value)
    • getLine

      public int getLine()
    • setLine

      public void setLine(int line)
    • getAttributeName

      public String getAttributeName()
    • setAttributeName

      public void setAttributeName(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)