mondrian.olap
Class CellProperty

java.lang.Object
  extended by mondrian.olap.QueryPart
      extended by mondrian.olap.CellProperty
All Implemented Interfaces:
Walkable

public class CellProperty
extends QueryPart

Represents Cell Property.

Since:
08 May, 2007
Author:
Shishir
 

Constructor Summary
CellProperty(Object name)
           
 
Method Summary
 boolean isNameEquals(String propertyName)
          checks whether cell property is equals to passed parameter.
 String toString()
           
 
Methods inherited from class mondrian.olap.QueryPart
getChildren, unparse
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CellProperty

public CellProperty(Object name)
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.


toString

public String toString()
Overrides:
toString in class Object

SourceForge.net_Logo