Package com.e1c.g5.v8.dt.ql.check
Class QlBasicDelegateCheck.QueryOwner
java.lang.Object
com.e1c.g5.v8.dt.ql.check.QlBasicDelegateCheck.QueryOwner
- Enclosing class:
- QlBasicDelegateCheck
The owner of the query. Defines the context that holds the original data of the query
-
Constructor Summary
ConstructorsConstructorDescriptionQueryOwner
(org.eclipse.emf.ecore.EObject owner, org.eclipse.emf.ecore.EStructuralFeature queryFeature) Constructs an owner instance -
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.ecore.EObject
getOwner()
Gets the owner of the queryorg.eclipse.emf.ecore.EStructuralFeature
Gets the query feature
-
Constructor Details
-
QueryOwner
public QueryOwner(org.eclipse.emf.ecore.EObject owner, org.eclipse.emf.ecore.EStructuralFeature queryFeature) Constructs an owner instance- Parameters:
owner
- The owning object, may not benull
queryFeature
- The feature that holds the query, may benull
-
-
Method Details
-
getOwner
public org.eclipse.emf.ecore.EObject getOwner()Gets the owner of the query- Returns:
- The owning object, may not be
null
-
getQueryFeature
public org.eclipse.emf.ecore.EStructuralFeature getQueryFeature()Gets the query feature- Returns:
- The feature that holds the query. May be
null
-