Uses of Interface
com.sun.msv.datatype.xsd.Comparator
-
Packages that use Comparator Package Description com.sun.msv.datatype.xsd W3C XML Schema Datatypes implementation. -
-
Uses of Comparator in com.sun.msv.datatype.xsd
Classes in com.sun.msv.datatype.xsd that implement Comparator Modifier and Type Class Description class
ByteType
"byte" type.(package private) class
DateTimeBaseType
base implementation of dateTime and dateTime-truncated types.class
DateTimeType
"dateTime" type.class
DateType
"date" type.class
DoubleType
"double" type.class
DurationType
"duration" type.(package private) class
FloatingNumberType
base class of FloatType and DoubleTypeclass
FloatType
"float" type.class
GDayType
"gDay" type.class
GMonthDayType
"gMonthDay" type.class
GMonthType
"gMonth" type.class
GYearMonthType
"gYearMonth" type.class
GYearType
"gYear" type.(package private) class
IntegerDerivedType
base class for types derived from integer.class
IntegerType
"integer" type.class
IntType
"int" type.class
LongType
"long" type.class
NegativeIntegerType
"negativeInteger" type.class
NonNegativeIntegerType
"nonNegativeInteger" type.class
NonPositiveIntegerType
"nonPositiveInteger" type.class
NumberType
"decimal" type.class
PositiveIntegerType
"positiveInteger" type.class
ShortType
"short" type.class
TimeType
"time" type.class
UnsignedByteType
"unsignedByte" type.class
UnsignedIntType
"unsignedInt" type.class
UnsignedLongType
"unsignedLong" type.class
UnsignedShortType
"unsignedShort" type.
-