com.tonbeller.jpivot.olap.model
Interface Displayable

All Superinterfaces:
Visitable
All Known Subinterfaces:
Dimension, Hierarchy, Level, MDXMember, Member, Property
All Known Implementing Classes:
DimensionImpl, EmptyMember, HierarchyImpl, LevelImpl, MemberImpl, MemberPropertyMeta, MondrianDimension, MondrianHierarchy, MondrianLevel, MondrianMember, MondrianMember.MondrianProp, PropertyHeading, PropertyImpl, TestDimension, TestHierarchy, TestLevel, TestMember, XMLA_Dimension, XMLA_Hierarchy, XMLA_Level, XMLA_Member

public interface Displayable
extends Visitable

Something that can be displayed in a GUI.

Author:
av

Field Summary
static java.util.Comparator LABEL_COMPARATOR
           
 
Method Summary
 java.lang.String getLabel()
          name of this item
 
Methods inherited from interface com.tonbeller.jpivot.olap.model.Visitable
accept
 

Field Detail

LABEL_COMPARATOR

static final java.util.Comparator LABEL_COMPARATOR
Method Detail

getLabel

java.lang.String getLabel()
name of this item