com.sun.msv.datatype.xsd.datetime
Interface ITimeDurationValueType

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
BigTimeDurationValueType

public interface ITimeDurationValueType
extends java.io.Serializable

interface as a value type of TimeDurationType

Author:
Kohsuke KAWAGUCHI

Method Summary
 int compare(ITimeDurationValueType rhs)
          compare two ITimeDurationValueType as defined in com.sun.msv.datatype/Comparator
 BigTimeDurationValueType getBigValue()
           
 

Method Detail

compare

public int compare(ITimeDurationValueType rhs)
compare two ITimeDurationValueType as defined in com.sun.msv.datatype/Comparator


getBigValue

public BigTimeDurationValueType getBigValue()


Copyright © 2001-2003 Sun Microsystems, Inc. Documenation generated April 26 2005.