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 SummaryConstructors Constructor Description EObjectProxyDescription(org.eclipse.xtext.naming.QualifiedName name, org.eclipse.emf.ecore.EObject object)Constructor.
 - 
Method SummaryAll 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- 
getNamepublic org.eclipse.xtext.naming.QualifiedName getName() 
 - 
getQualifiedNamepublic org.eclipse.xtext.naming.QualifiedName getQualifiedName() 
 - 
getEObjectOrProxypublic org.eclipse.emf.ecore.EObject getEObjectOrProxy() 
 - 
getEObjectURIpublic org.eclipse.emf.common.util.URI getEObjectURI() 
 - 
getEClasspublic org.eclipse.emf.ecore.EClass getEClass() 
 
- 
 
-