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

    Modifier and Type
    Method
    Description
    org.eclipse.emf.ecore.EObject
    Gets the owner of the query
    org.eclipse.emf.ecore.EStructuralFeature
    Gets the query feature

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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 be null
      queryFeature - The feature that holds the query, may be null
  • 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