Uses of Interface
com.sun.msv.datatype.xsd.datetime.ITimeDurationValueType
-
Packages that use ITimeDurationValueType Package Description com.sun.msv.datatype.xsd.datetime -
-
Uses of ITimeDurationValueType in com.sun.msv.datatype.xsd.datetime
Classes in com.sun.msv.datatype.xsd.datetime that implement ITimeDurationValueType Modifier and Type Class Description class
BigTimeDurationValueType
ITimeDurationValueType implementation that can hold all lexically legal timeDuration value.Methods in com.sun.msv.datatype.xsd.datetime with parameters of type ITimeDurationValueType Modifier and Type Method Description IDateTimeValueType
BigDateTimeValueType. add(ITimeDurationValueType _rhs)
IDateTimeValueType
IDateTimeValueType. add(ITimeDurationValueType duration)
returns the result of addition of this object and TimeDuration.int
BigTimeDurationValueType. compare(ITimeDurationValueType o)
int
ITimeDurationValueType. compare(ITimeDurationValueType rhs)
compare two ITimeDurationValueType as defined in com.sun.msv.datatype/Comparatorboolean
BigTimeDurationValueType. equals(ITimeDurationValueType o)
-