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.AbstractEObjectDescriptionEObject 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.EClassgetEClass()org.eclipse.emf.ecore.EObjectgetEObjectOrProxy()org.eclipse.emf.common.util.URIgetEObjectURI()org.eclipse.xtext.naming.QualifiedNamegetName()org.eclipse.xtext.naming.QualifiedNamegetQualifiedName()
-
-
-
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()
-
-