com.iphrase.onestep.beans
Class ValueHandler.DateTimeValue

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

public class ValueHandler.DateTimeValue
extends ValueHandler.BaseValue

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


Constructor Summary
ValueHandler.DateTimeValue(java.lang.Object obj, boolean summarized)
           
 
Method Summary
 java.util.Calendar getSummarizedMax()
           
 boolean getSummarizedMaxEqualsMin()
           
 java.util.Calendar getSummarizedMin()
           
 java.util.Calendar 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.DateTimeValue

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

getValue

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

getSummarizedMin

public java.util.Calendar getSummarizedMin()
                                    throws com.iphrase.runtime.exception.WebServiceError
Returns:
summarizedMin property
Throws:
com.iphrase.runtime.exception.WebServiceError -  

getSummarizedMax

public java.util.Calendar getSummarizedMax()
                                    throws com.iphrase.runtime.exception.WebServiceError
Returns:
summarizedMax property
Throws:
com.iphrase.runtime.exception.WebServiceError -  

getSummarizedMaxEqualsMin

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

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