DEPRECATED
com.bea.p13n.expression.operator.Operator
An operator that represents the left-hand-side of a content query expression.
Object
ComplexExpressionImpl
com.bea.p13n.expression.operator.Operator
PropertyRef
Cloneable, com.bea.p13n.expression.Expression, Serializable
com.bea.p13n.content.expression.RequestPropertyRef, com.bea.p13n.content.expression.SessionPropertyRef, com.bea.p13n.content.expression.UserPropertyRef
Constructor Summary |
|
|
Method Summary |
public | |
public |
|
public |
|
public |
|
public |
|
public void |
|
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 PropertyRef(ObjectpropSet,ObjectpropName)
public PropertyRef(Object propName)
Method Detail |
publicAccept this node.Objectaccept(ExpressionVisitorvisitor,Objectdata)
throwsExpressionException
ExpressionException
public Class[] getParameterSignature()
Get the parameter signature for this node.
public Object getPropertyName()
Get the property name.
public Object getPropertySet()
Get the property set.
public String getPropertyType()
Return the type of property this refers to.
This should correspond to a valid propertySetType in the PropertySetManager, but does not have to. The pre-defined values are CONTENT, USER, REQUEST, SESSION, and EVENT.
public void setPropertyName(Object name)
Set the property name.