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 classBigTimeDurationValueTypeITimeDurationValueType 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 IDateTimeValueTypeBigDateTimeValueType. add(ITimeDurationValueType _rhs)IDateTimeValueTypeIDateTimeValueType. add(ITimeDurationValueType duration)returns the result of addition of this object and TimeDuration.intBigTimeDurationValueType. compare(ITimeDurationValueType o)intITimeDurationValueType. compare(ITimeDurationValueType rhs)compare two ITimeDurationValueType as defined in com.sun.msv.datatype/ComparatorbooleanBigTimeDurationValueType. equals(ITimeDurationValueType o)
-