com.iphrase.runtime.query.result
Class DrillDown

java.lang.Object
  |
  +--com.iphrase.runtime.query.result.DrillDown

public class DrillDown
extends java.lang.Object

Represent drill-down navigation information.


Method Summary
 boolean getIsMaxFeaturesExceeded()
          Determine whether the configured maximum # of features has been exceeded.
 TallyFeature[] getTallyFeatures()
          Get the TallyFeature array for this DrillDown.
 boolean isMaxFeaturesExceeded()
          Determine whether the configured maximum # of features has been exceeded.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

isMaxFeaturesExceeded

public boolean isMaxFeaturesExceeded()
Determine whether the configured maximum # of features has been exceeded.
Returns:
true if exceeded

getIsMaxFeaturesExceeded

public boolean getIsMaxFeaturesExceeded()
Determine whether the configured maximum # of features has been exceeded. Identical to isMaxFeaturesExceeded(), but starts with 'get' in order to expose bean property to JSP/JSTL.
Returns:
true if exceeded

getTallyFeatures

public TallyFeature[] getTallyFeatures()
Get the TallyFeature array for this DrillDown.
Returns:
TallyFeature array

© Copyright 2005, 2006. IBM Corporation. All rights reserved.