com.iphrase.onestep.beans
Class ValueHandler.TextExtractValue

java.lang.Object
  |
  +--com.iphrase.onestep.beans.ValueHandler.BaseValue
        |
        +--com.iphrase.onestep.beans.ValueHandler.TextExtractValue
Enclosing class:
ValueHandler

public class ValueHandler.TextExtractValue
extends ValueHandler.BaseValue

A container for the FeatureMetaData.BaseTypes.TEXT_EXTRACT OneStep value.


Constructor Summary
ValueHandler.TextExtractValue(java.lang.Object obj, boolean summarized)
          Initializes the TextExtractValue object
 
Method Summary
 boolean getIsNull()
          Identical to ValueHandler.isNull(), but starts with 'get' in order to expose bean property to JSP/JSTL.
 ValueHandler.TextExtractValue[] getSummarizedValues()
           
 com.iphrase.runtime.query.result.TextExtract getValue()
           
 
Methods inherited from class com.iphrase.onestep.beans.ValueHandler.BaseValue
EnsureNotSummarized, EnsureSummarized, getIsSummarized, getObject, isNull
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValueHandler.TextExtractValue

public ValueHandler.TextExtractValue(java.lang.Object obj,
                                     boolean summarized)
Initializes the TextExtractValue object
Method Detail

getValue

public com.iphrase.runtime.query.result.TextExtract getValue()
                                                      throws com.iphrase.runtime.exception.WebServiceError
Returns:
value property
Throws:
com.iphrase.runtime.exception.WebServiceError -  

getSummarizedValues

public ValueHandler.TextExtractValue[] getSummarizedValues()
                                                    throws com.iphrase.runtime.exception.WebServiceError
Returns:
summarizedValues property
Throws:
com.iphrase.runtime.exception.WebServiceError -  

getIsNull

public boolean getIsNull()
Identical to ValueHandler.isNull(), but starts with 'get' in order to expose bean property to JSP/JSTL. Returns true if the OneStep value object is null Overrides ValueHandler.BaseValue.getIsNull().
Overrides:
getIsNull in class ValueHandler.BaseValue
Following copied from class: com.iphrase.onestep.beans.ValueHandler.BaseValue
Returns:
isNull property

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