org.modeshape.jcr.api.query.qom
Interface ReferenceValue

All Superinterfaces:
DynamicOperand, Operand
All Known Implementing Classes:
JcrReferenceValue

public interface ReferenceValue
extends DynamicOperand

A dynamic operand that evaluates to the value(s) of a single or any reference property on a selector, used in a Comparison constraint.


Method Summary
 String getPropertyName()
          Get the name of the one reference property.
 String getSelectorName()
          Get the selector symbol upon which this operand applies.
 

Method Detail

getSelectorName

String getSelectorName()
Get the selector symbol upon which this operand applies.

Returns:
the one selector names used by this operand; never null

getPropertyName

String getPropertyName()
Get the name of the one reference property.

Returns:
the property name; or null if this operand applies to any reference property


Copyright © 2008-2012 JBoss, a division of Red Hat. All Rights Reserved.