Package mondrian.olap

Class CellProperty

  • All Implemented Interfaces:
    Walkable

    public class CellProperty
    extends QueryPart
    Represents Cell Property.
    Since:
    08 May, 2007
    Author:
    Shishir
    • Constructor Summary

      Constructors 
      Constructor Description
      CellProperty​(java.util.List<Id.Segment> segments)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isNameEquals​(java.lang.String propertyName)
      checks whether cell property is equals to passed parameter.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • CellProperty

        public CellProperty​(java.util.List<Id.Segment> segments)
    • Method Detail

      • isNameEquals

        public boolean isNameEquals​(java.lang.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 java.lang.String toString()
        Overrides:
        toString in class java.lang.Object