UserPropertyRef Class

com.bea.content.expression
UserPropertyRef Class

public class UserPropertyRef

    extends PropertyRef

An operator that represents a reference to a user property on the right hand side of a content query expression.


Hierarchy
Object
  ComplexExpressionImpl
    Operator
      PropertyRef
        UserPropertyRef
All Implemented Interfaces

Cloneable, Expression, Serializable

Constructor Summary

UserPropertyRef(Object propSet, Object propName)

Constructor.
 

Method Summary

public String
getPropertyType()
Return the type of property this refers to.
 
Methods from  com.bea.content.expression.PropertyRef
getPropertyName, getPropertySet,
 
Methods from  com.bea.p13n.expression.operator.Operator
leftHandSide, operand, rightHandSide
 
Methods from  com.bea.p13n.expression.internal.ComplexExpressionImpl
addListener, addSubExpression, clearCache, clone, createProxyExpression, equals, getCachedValue, getParent, getSource, getSubExpression, getSubExpressionCount, getUserData, hashCode, isCached, isCacheEnabled, isEqualitySubExpression, notifyListeners, removeAllSubExpressions, removeListener, removeSubExpression, removeSubExpression, setCachedValue, setCacheEnabled, setParent, setSource, setSubExpression, setUserData, toString, write
 
Methods from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
   
Methods from interface com.bea.p13n.expression.Expression
accept, addListener, addSubExpression, clearCache, clone, getCachedValue, getParameterSignature, getParent, getSource, getSubExpression, getSubExpressionCount, getUserData, isCached, isCacheEnabled, removeAllSubExpressions, removeListener, removeSubExpression, removeSubExpression, setCachedValue, setCacheEnabled, setSource, setSubExpression, setUserData, write
 

Constructor Detail

UserPropertyRef

public UserPropertyRef(Object propSet, 
                       Object propName)
Constructor.
 

Method Detail

getPropertyType() Method

public String getPropertyType()
Return the type of property this refers to.

Overrides
PropertyRef.getPropertyType()

Returns

USER