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
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
compare(ITimeDurationValueType rhs)
compare two ITimeDurationValueType as defined in com.sun.msv.datatype/ComparatorBigTimeDurationValueType
getBigValue()
-
-
-
Method Detail
-
getBigValue
BigTimeDurationValueType getBigValue()
-
compare
int compare(ITimeDurationValueType rhs)
compare two ITimeDurationValueType as defined in com.sun.msv.datatype/Comparator
-
-