Package org.eclipse.epsilon.flexmi
Class UnresolvedReference
- java.lang.Object
-
- org.eclipse.epsilon.flexmi.UnresolvedReference
-
public class UnresolvedReference extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected 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 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, String attributeName, String value, int line)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAttributeName()
org.eclipse.emf.ecore.EObject
getEObject()
org.eclipse.emf.ecore.EReference
getEReference()
int
getLine()
org.eclipse.emf.common.util.URI
getUri()
String
getValue()
boolean
resolve(org.eclipse.emf.ecore.EObject candidate)
void
setAttributeName(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(String value)
-
-
-
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 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)
-
-