com.iphrase.onestep.beans
Class ValueHandler.CustomValue

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

public class ValueHandler.CustomValue
extends ValueHandler.BaseValue

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


Constructor Summary
ValueHandler.CustomValue(java.lang.Object obj, boolean summarized)
          Initializes the CustomValue object
 
Method Summary
 java.lang.Object 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.CustomValue

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

getValue

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

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