com.iphrase.onestep.beans
Class ValueHandler.TextValue

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

public class ValueHandler.TextValue
extends ValueHandler.BaseValue

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


Constructor Summary
ValueHandler.TextValue(java.lang.Object obj, boolean summarized)
          Initializes the TextValue object
 
Method Summary
 int getLength()
           
 ValueHandler.TextValue[] getSummarizedValues()
           
 java.lang.String getValue()
           
 
Methods inherited from class com.iphrase.onestep.beans.ValueHandler.BaseValue
EnsureNotSummarized, EnsureSummarized, getIsNull, getIsSummarized, getObject, isNull
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValueHandler.TextValue

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

getSummarizedValues

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

getValue

public java.lang.String getValue()
                          throws com.iphrase.runtime.exception.WebServiceError
Returns:
value property
Throws:
com.iphrase.runtime.exception.WebServiceError -  

getLength

public int getLength()
              throws com.iphrase.runtime.exception.WebServiceError
Returns:
length property
Throws:
com.iphrase.runtime.exception.WebServiceError -  

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