Interface ITimeDurationValueType
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
BigTimeDurationValueType
public interface ITimeDurationValueType extends Serializable
interface as a value type of TimeDurationType- Author:
- Kohsuke KAWAGUCHI
-
-
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
-
-