Package org.eclipse.emf.cdo.server.ocl
Class OCLQueryHandler.ContextParameter
- java.lang.Object
- 
- org.eclipse.emf.cdo.server.ocl.OCLQueryHandler.ContextParameter
 
- 
- Enclosing class:
- OCLQueryHandler
 
 protected static final class OCLQueryHandler.ContextParameter extends java.lang.ObjectAn abstraction of theclassifierand/orobejctof an OCL query context parameter.- Since:
- 4.2
- Author:
- Eike Stepper
 
- 
- 
Constructor SummaryConstructors Constructor Description ContextParameter(CDOView view, CDOQueryInfo info)ContextParameter(org.eclipse.emf.ecore.EClassifier classifier, org.eclipse.emf.ecore.EObject object)
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected static org.eclipse.emf.ecore.EClassifiergetArbitraryContextClassifier(CDOPackageRegistry packageRegistry)org.eclipse.emf.ecore.EClassifiergetClassifier()org.eclipse.emf.ecore.EObjectgetObject()
 
- 
- 
- 
Constructor Detail- 
ContextParameterpublic ContextParameter(CDOView view, CDOQueryInfo info) 
 - 
ContextParameterpublic ContextParameter(org.eclipse.emf.ecore.EClassifier classifier, org.eclipse.emf.ecore.EObject object)
 
- 
 - 
Method Detail- 
getClassifierpublic org.eclipse.emf.ecore.EClassifier getClassifier() 
 - 
getObjectpublic org.eclipse.emf.ecore.EObject getObject() 
 - 
getArbitraryContextClassifierprotected static org.eclipse.emf.ecore.EClassifier getArbitraryContextClassifier(CDOPackageRegistry packageRegistry) 
 
- 
 
-