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