Package com.sun.msv.datatype.xsd
Interface Discrete
-
- All Known Implementing Classes:
AnyURIType,Base64BinaryType,BinaryBaseType,HexBinaryType,IDREFType,IDType,LanguageType,ListType,NameType,NcnameType,NmtokenType,NormalizedStringType,QnameType,StringType,TokenType
interface Discretebase interface of types to which length-related facets are applicable.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intcountLength(java.lang.Object value)count the number of item in value type.
-