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
public static final class QlBasicDelegateCheck.QueryOwner extends Object
The owner of the query. Defines the context that holds the original data of the query
-
-
Constructor Summary
Constructors Constructor Description QueryOwner(org.eclipse.emf.ecore.EObject owner, org.eclipse.emf.ecore.EStructuralFeature queryFeature)
Constructs an owner instance
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.eclipse.emf.ecore.EObject
getOwner()
Gets the owner of the queryorg.eclipse.emf.ecore.EStructuralFeature
getQueryFeature()
Gets the query feature
-
-
-
Method Detail
-
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
-
-