All Downloads are FREE. Search and download functionalities are using the official Maven repository.

javax.jcr.query.qom.NodeLocalName Maven / Gradle / Ivy

There is a newer version: 2024.11.18751.20241128T090041Z-241100
Show newest version
/*
 * Copyright 2009 Day Management AG, Switzerland. All rights reserved.
 */
package javax.jcr.query.qom;

/**
 * Evaluates to a NAME value equal to the local (unprefixed) name
 * of a node.
 *
 * @since JCR 2.0
 */
public interface NodeLocalName
        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