com.iphrase.runtime.query.result
Class TallyFeature

java.lang.Object
  |
  +--com.iphrase.runtime.query.Feature
        |
        +--com.iphrase.runtime.query.result.Feature
              |
              +--com.iphrase.runtime.query.result.FeatureMetaData
                    |
                    +--com.iphrase.runtime.query.result.TallyFeature

public class TallyFeature
extends FeatureMetaData

Specialized FeatureMetaData for drill-down and drill-sideways data.


Inner Class Summary
static class TallyFeature.Value
          Represent a tally feature value.
 
Inner classes inherited from class com.iphrase.runtime.query.result.FeatureMetaData
FeatureMetaData.BaseTypes
 
Inner classes inherited from class com.iphrase.runtime.query.result.Feature
Feature.Flags
 
Method Summary
 TallyFeature.Value getConstrainedValue()
          Get the constrained tally feature value associated with this tally feature.
 TallyFeature.Value[] getValues()
          Get the tally feature values associated with this tally feature.
 
Methods inherited from class com.iphrase.runtime.query.result.FeatureMetaData
getAttributes, getBaseType, getFlags, getIsDirectoryFeature, getIsIdentifier, getIsLogClickThrough, getIsMaxValuesExceeded, getIsRefineShowCounts, getIsSummarized, getIsTabFeature, getIsTallied, getIsViewBy, getIsViewByFeature, isDirectNavUri, isDirectoryFeature, isIdentifier, isLogClickThrough, isMaxValuesExceeded, isNew, isOptional, isRefineShowCounts, isSummarized, isSummarized, isTabFeature, isTallied, isViewBy, isViewByFeature
 
Methods inherited from class com.iphrase.runtime.query.result.Feature
getLabel
 
Methods inherited from class com.iphrase.runtime.query.Feature
getId
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getConstrainedValue

public TallyFeature.Value getConstrainedValue()
Get the constrained tally feature value associated with this tally feature.
Returns:
TallyFeature.Value for drillSideways or null for drillDown

getValues

public TallyFeature.Value[] getValues()
Get the tally feature values associated with this tally feature.
Returns:
array of TallyFeature.Value

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