com.tonbeller.jpivot.olap.model
Interface Property

All Superinterfaces:
Alignable, Decorator, Displayable, PropertyHolder, Visitable
All Known Implementing Classes:
MondrianMember.MondrianProp, PropertyImpl

public interface Property
extends Visitable, Decorator, Displayable, PropertyHolder, Alignable

Property of a Member

Author:
av

Nested Class Summary
 
Nested classes/interfaces inherited from interface com.tonbeller.jpivot.olap.model.Alignable
Alignable.Alignment
 
Field Summary
 
Fields inherited from interface com.tonbeller.jpivot.olap.model.Displayable
LABEL_COMPARATOR
 
Method Summary
 java.lang.String getName()
           
 java.lang.String getValue()
          the value of the property
 boolean isNormalizable()
          if true, this property may be a nested property whose path is specified by '.' in its name.
 
Methods inherited from interface com.tonbeller.jpivot.olap.model.Decorator
getRootDecoree
 
Methods inherited from interface com.tonbeller.jpivot.olap.model.Displayable
getLabel
 
Methods inherited from interface com.tonbeller.jpivot.olap.model.PropertyHolder
getProperties, getProperty
 
Methods inherited from interface com.tonbeller.jpivot.olap.model.Alignable
getAlignment
 

Method Detail

getName

java.lang.String getName()
Returns:
the name of the Property

getValue

java.lang.String getValue()
the value of the property


isNormalizable

boolean isNormalizable()
if true, this property may be a nested property whose path is specified by '.' in its name.