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 Details

  • Method Details

    • 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