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.
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ValueHandler.TextExtractValue
public ValueHandler.TextExtractValue(java.lang.Object obj,
boolean summarized)
- Initializes the
TextExtractValue
object
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