com.iphrase.onestep.beans
Class ValueHandler.BooleanValue

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

public class ValueHandler.BooleanValue
extends ValueHandler.BaseValue

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


Constructor Summary
ValueHandler.BooleanValue(java.lang.Object obj, boolean summarized)
           
 
Method Summary
 boolean getSummarizedHasFalse()
           
 boolean getSummarizedHasTrue()
           
 boolean 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.BooleanValue

public ValueHandler.BooleanValue(java.lang.Object obj,
                                 boolean summarized)
Method Detail

getValue

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

getSummarizedHasTrue

public boolean getSummarizedHasTrue()
                             throws com.iphrase.runtime.exception.WebServiceError
Returns:
summarizedHasTrue property
Throws:
com.iphrase.runtime.exception.WebServiceError -  

getSummarizedHasFalse

public boolean getSummarizedHasFalse()
                              throws com.iphrase.runtime.exception.WebServiceError
Returns:
summarizedHasFalse property
Throws:
com.iphrase.runtime.exception.WebServiceError -  

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