Operator
An operator that represents a reference to a property.
This base class is used in the left-hand-side of content query expression to reference a content property.
Object
ComplexExpressionImpl
Operator
PropertyRef
Cloneable
, Expression
, Serializable
RequestPropertyRef
, SessionPropertyRef
, UserPropertyRef
Constructor Summary |
|
|
|
Method Summary |
public |
|
public |
|
public |
|
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(PropertyRef
propertyRef)
public PropertyRef(Object
propSet,Object
propName)
public PropertyRef(Object
propName)
Method Detail |
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".