DEPRECATED
com.bea.p13n.content.expression.PropertyRef
An operator that represents a reference to a request property on the right hand side of a content query expression.
Object
ComplexExpressionImpl
com.bea.p13n.expression.operator.Operator
com.bea.p13n.content.expression.PropertyRef
RequestPropertyRef
Cloneable
, com.bea.p13n.expression.Expression
, Serializable
Constructor Summary |
|
Method Summary |
public |
|
Methods from com.bea.p13n.content.expression. |
|
Methods from com.bea.p13n.expression.operator. |
|
Methods from com.bea.p13n.expression.internal. |
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. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods from interface com.bea.p13n.expression. |
|
Constructor Detail |
public RequestPropertyRef(Object
propSet,Object
propName)
Method Detail |
public String
getPropertyType()
Return the type of property this refers to.
PropertyRef.getPropertyType()