Package com._1c.g5.v8.dt.bp.scheme
Class EObjectProxyDescription
- java.lang.Object
-
- org.eclipse.xtext.resource.AbstractEObjectDescription
-
- com._1c.g5.v8.dt.bp.scheme.EObjectProxyDescription
-
- All Implemented Interfaces:
org.eclipse.xtext.resource.IEObjectDescription
public class EObjectProxyDescription extends org.eclipse.xtext.resource.AbstractEObjectDescription
EObject proxy description. Used to create object description from object.
-
-
Constructor Summary
Constructors Constructor Description EObjectProxyDescription(org.eclipse.xtext.naming.QualifiedName name, org.eclipse.emf.ecore.EObject object)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.eclipse.emf.ecore.EClass
getEClass()
org.eclipse.emf.ecore.EObject
getEObjectOrProxy()
org.eclipse.emf.common.util.URI
getEObjectURI()
org.eclipse.xtext.naming.QualifiedName
getName()
org.eclipse.xtext.naming.QualifiedName
getQualifiedName()
-
-
-
Method Detail
-
getName
public org.eclipse.xtext.naming.QualifiedName getName()
-
getQualifiedName
public org.eclipse.xtext.naming.QualifiedName getQualifiedName()
-
getEObjectOrProxy
public org.eclipse.emf.ecore.EObject getEObjectOrProxy()
-
getEObjectURI
public org.eclipse.emf.common.util.URI getEObjectURI()
-
getEClass
public org.eclipse.emf.ecore.EClass getEClass()
-
-