|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.iphrase.runtime.query.Feature | +--com.iphrase.runtime.query.result.Feature | +--com.iphrase.runtime.query.result.FeatureMetaData
Represent the feature metadata for each column of a result set table.
ResultSet
Inner Class Summary | |
static interface |
FeatureMetaData.BaseTypes
Enumerate the currently-supported iPhrase feature base types. |
Inner classes inherited from class com.iphrase.runtime.query.result.Feature |
Feature.Flags |
Method Summary | |
java.util.Hashtable |
getAttributes()
Get the feature attributes hash table. |
int |
getBaseType()
Get the feature base type, a FeatureMetaData.BaseTypes value. |
int |
getFlags()
Get the set of ORed flag values. |
boolean |
getIsDirectoryFeature()
Determine whether this is the directory feature (guided navigation). |
boolean |
getIsIdentifier()
Determine whether the column is a OneStep identifier feature. |
boolean |
getIsLogClickThrough()
Determine whether features in this column should log click-through data. |
boolean |
getIsMaxValuesExceeded()
Determine whether the configured maximum # of values/feature has been exceeded (drillDown). |
boolean |
getIsRefineShowCounts()
Determine whether feature should show 'includes counts' option. |
boolean |
getIsSummarized()
Determine whether the column values are summarized. |
boolean |
getIsTabFeature()
Determine whether this is the tab feature (drillDown). |
boolean |
getIsTallied()
Determine whether the column contains tallied feature values. |
boolean |
getIsViewBy()
Determine whether the column is the view-by (aka group-by) feature. |
boolean |
getIsViewByFeature()
Determine whether this is the view-by (aka group-by) feature (drillDown). |
boolean |
isDirectNavUri()
Determine whether the column contains the direct navigation URI. |
boolean |
isDirectoryFeature()
Determine whether this is the directory feature (guided navigation). |
boolean |
isIdentifier()
Determine whether the column is a OneStep identifier feature. |
boolean |
isLogClickThrough()
Determine whether features in this column should log click-through data. |
boolean |
isMaxValuesExceeded()
Determine whether the configured maximum # of values/feature has been exceeded (drillDown). |
boolean |
isNew()
Determine whether the column is new as of this query result. |
boolean |
isOptional()
Determine whether the column is optional (dismissible). |
boolean |
isRefineShowCounts()
Determine whether feature should show 'includes counts' option. |
boolean |
isSummarized()
Determine whether the column values are summarized. |
static boolean |
isSummarized(int flags)
Determine whether flags indicate that values are summarized. |
boolean |
isTabFeature()
Determine whether this is the tab feature (drillDown). |
boolean |
isTallied()
Determine whether the column contains tallied feature values. |
boolean |
isViewBy()
Determine whether the column is the view-by (aka group-by) feature. |
boolean |
isViewByFeature()
Determine whether this is the view-by (aka group-by) feature (drillDown). |
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 |
public int getBaseType()
FeatureMetaData.BaseTypes
value.int
base typepublic java.util.Hashtable getAttributes()
String
.Hashtable
attribute key/val pairspublic int getFlags()
int
flagspublic boolean isNew()
true
if newpublic boolean isOptional()
true
if optionalpublic static boolean isSummarized(int flags)
true
if flags indicates summarizedpublic boolean isSummarized()
true
if summarizedpublic boolean getIsSummarized()
isSummarized(int)
, but starts with 'get' in order to
expose bean property to JSP/JSTL.true
if summarizedpublic boolean isTallied()
true
if talliedpublic boolean getIsTallied()
isTallied()
, but starts with 'get' in order to
expose bean property to JSP/JSTL.true
if talliedpublic boolean isDirectNavUri()
true
if direct nav URIpublic boolean isIdentifier()
true
if OneStep identifier featurepublic boolean getIsIdentifier()
isIdentifier()
, but starts with 'get' in order to
expose bean property to JSP/JSTL.true
if OneStep identifier featurepublic boolean isViewBy()
true
if view-by featurepublic boolean getIsViewBy()
isViewBy()
, but starts with 'get' in order to
expose bean property to JSP/JSTL.true
if view-by featurepublic boolean isMaxValuesExceeded()
true
if exceededpublic boolean getIsMaxValuesExceeded()
isMaxValuesExceeded()
, but starts with 'get' in order to
expose bean property to JSP/JSTL.true
if exceededpublic boolean isTabFeature()
true
if tab featurepublic boolean getIsTabFeature()
isTabFeature()
, but starts with 'get' in order to
expose bean property to JSP/JSTL.true
if tab featurepublic boolean isDirectoryFeature()
true
if directory featurepublic boolean getIsDirectoryFeature()
isDirectoryFeature()
, but starts with 'get' in order to
expose bean property to JSP/JSTL.true
if directory featurepublic boolean isLogClickThrough()
true
if click-through data should be loggedpublic boolean getIsLogClickThrough()
isLogClickThrough()
, but starts with 'get' in order to
expose bean property to JSP/JSTL.true
if click-through data should be loggedpublic boolean isViewByFeature()
true
if view-by featurepublic boolean getIsViewByFeature()
isViewByFeature()
, but starts with 'get' in order to
expose bean property to JSP/JSTL.true
if view-by featurepublic boolean getIsRefineShowCounts()
isRefineShowCounts()
, but starts with 'get' in order to
expose bean property to JSP/JSTL.true
if view-by featurepublic boolean isRefineShowCounts()
true
if should show counts
|
© Copyright 2005, 2006. IBM Corporation. All rights reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |