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 Discrete
base interface of types to which length-related facets are applicable.
-
Method Summary
Modifier and TypeMethodDescriptionint
countLength
(Object value) count the number of item in value type.
-
Method Details
-
countLength
count the number of item in value type. Actual semantics of this method varies.
-