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 SummaryConstructors Constructor Description QueryOwner(org.eclipse.emf.ecore.EObject owner, org.eclipse.emf.ecore.EStructuralFeature queryFeature)Constructs an owner instance
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description org.eclipse.emf.ecore.EObjectgetOwner()Gets the owner of the queryorg.eclipse.emf.ecore.EStructuralFeaturegetQueryFeature()Gets the query feature
 
- 
- 
- 
Method Detail- 
getOwnerpublic org.eclipse.emf.ecore.EObject getOwner() Gets the owner of the query- Returns:
- The owning object, may not be null
 
 - 
getQueryFeaturepublic org.eclipse.emf.ecore.EStructuralFeature getQueryFeature() Gets the query feature- Returns:
- The feature that holds the query. May be null
 
 
- 
 
-