SessionPropertyRef Class

DEPRECATED

com.bea.p13n.content.expression
SessionPropertyRef Class

public class SessionPropertyRef

    extends com.bea.p13n.content.expression.PropertyRef

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


Hierarchy
Object
  ComplexExpressionImpl
    com.bea.p13n.expression.operator.Operator
      com.bea.p13n.content.expression.PropertyRef
        SessionPropertyRef
All Implemented Interfaces

Cloneable, com.bea.p13n.expression.Expression, Serializable

Constructor Summary

SessionPropertyRef(Object propSet, Object propName)

Constructor.
 

Method Summary

public String
getPropertyType()
Return the type of property this refers to.
 
Methods from  com.bea.p13n.content.expression.com.bea.p13n.content.expression.PropertyRef
accept, getParameterSignature, getPropertyName, getPropertySet, setPropertyName
 
Methods from  com.bea.p13n.expression.operator.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.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

SessionPropertyRef

public SessionPropertyRef(Object propSet, 
                          Object propName)
Constructor.
 

Method Detail

getPropertyType() Method

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

Overrides
PropertyRef.getPropertyType()

Returns

SESSION