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.


Constructor Summary
ValueHandler.TaxonomyValue(java.lang.Object obj, boolean summarized)
          Initializes the TaxonomyValue object
 
Method Summary
 java.lang.String[] getComponents()
           
 java.lang.String getLastComponent()
           
 ValueHandler.TaxonomyValue[] getSummarizedValues()
           
 
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.TaxonomyValue

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

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 -  

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