com.iphrase.runtime.query.result
Class Feature

java.lang.Object
  |
  +--com.iphrase.runtime.query.Feature
        |
        +--com.iphrase.runtime.query.result.Feature
Direct Known Subclasses:
FeatureMetaData, SortFeature

public class Feature
extends Feature

Represent an iPhrase OneStep feature for a query result.


Inner Class Summary
static interface Feature.Flags
          Define QueryResult feature flag values.
 
Method Summary
 java.lang.String getLabel()
          Get the feature label, i.e.
 
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

getLabel

public java.lang.String getLabel()
Get the feature label, i.e. the display name.
Returns:
String feature label

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