com.iphrase.onestep.beans
Class ValueHandler.TaxonomyValue
java.lang.Object
|
+--com.iphrase.onestep.beans.ValueHandler.BaseValue
|
+--com.iphrase.onestep.beans.ValueHandler.TaxonomyValue
- Enclosing class:
- ValueHandler
- public class ValueHandler.TaxonomyValue
- extends ValueHandler.BaseValue
A container for the FeatureMetaData.BaseTypes.TAXONOMY
OneStep value.
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ValueHandler.TaxonomyValue
public ValueHandler.TaxonomyValue(java.lang.Object obj,
boolean summarized)
- Initializes the
TaxonomyValue
object
getComponents
public java.lang.String[] getComponents()
throws com.iphrase.runtime.exception.WebServiceError
- Returns:
components
property- Throws:
com.iphrase.runtime.exception.WebServiceError
-
getLastComponent
public java.lang.String getLastComponent()
throws com.iphrase.runtime.exception.WebServiceError
- Returns:
lastComponent
property- Throws:
com.iphrase.runtime.exception.WebServiceError
-
getSummarizedValues
public ValueHandler.TaxonomyValue[] getSummarizedValues()
throws com.iphrase.runtime.exception.WebServiceError
- Returns:
summarizedValues
property- Throws:
com.iphrase.runtime.exception.WebServiceError
-