Package mondrian.olap

Class CellProperty


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

    • 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.