Package mondrian.olap
Class CellProperty
- java.lang.Object
-
- mondrian.olap.QueryPart
-
- mondrian.olap.CellProperty
-
public class CellProperty extends QueryPart
Represents Cell Property.- Since:
- 08 May, 2007
- Author:
- Shishir
-
-
Constructor Summary
Constructors Constructor Description CellProperty(List<Id.Segment> segments)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isNameEquals(String propertyName)
checks whether cell property is equals to passed parameter.String
toString()
-
Methods inherited from class mondrian.olap.QueryPart
explain, getChildren, unparse
-
-
-
-
Constructor Detail
-
CellProperty
public CellProperty(List<Id.Segment> segments)
-
-
Method Detail
-
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.
-
-