javax.jcr.query.qom.NodeName Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of aem-sdk-api Show documentation
Show all versions of aem-sdk-api Show documentation
The Adobe Experience Manager SDK
/*
* Copyright 2009 Day Management AG, Switzerland. All rights reserved.
*/
package javax.jcr.query.qom;
/**
* Evaluates to a NAME
value equal to the namespace-qualified name
* of a node.
*
* @since JCR 2.0
*/
public interface NodeName
extends DynamicOperand {
/**
* Gets the name of the selector against which to evaluate this operand.
*
* @return the selector name; non-null
*/
public String getSelectorName();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy