Class 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 Detail

      • 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 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