com.tonbeller.jpivot.olap.model
Class EmptyMember

java.lang.Object
  extended by com.tonbeller.jpivot.olap.model.EmptyMember
All Implemented Interfaces:
Displayable, Visitable

public class EmptyMember
extends java.lang.Object
implements Displayable


Field Summary
 
Fields inherited from interface com.tonbeller.jpivot.olap.model.Displayable
LABEL_COMPARATOR
 
Constructor Summary
EmptyMember()
           
 
Method Summary
 void accept(Visitor visitor)
           
 java.lang.String getLabel()
          name of this item
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmptyMember

public EmptyMember()
Method Detail

getLabel

public java.lang.String getLabel()
Description copied from interface: Displayable
name of this item

Specified by:
getLabel in interface Displayable

accept

public void accept(Visitor visitor)
Specified by:
accept in interface Visitable