mondrian.olap
Class CellProperty
java.lang.Object
mondrian.olap.QueryPart
mondrian.olap.CellProperty
- All Implemented Interfaces:
- Walkable
public class CellProperty
- extends QueryPart
Represents Cell Property.
- Since:
- 08 May, 2007
- Author:
- Shishir
-
-
CellProperty
public CellProperty(Object name)
isNameEquals
public boolean isNameEquals(String propertyName)
- checks whether cell property is equals to passed parameter.
It adds '[' and ']' before and after the propertyName before comparing.
The comparison is case insensitive.
toString
public String toString()
- Overrides:
toString
in class Object