com.sun.msv.datatype.xsd
public final class ListType extends ConcreteType implements Discrete
| Field Summary | |
|---|---|
| XSDatatypeImpl | itemType atomic base type |
| Constructor Summary | |
|---|---|
| ListType(String nsUri, String newTypeName, XSDatatypeImpl itemType)
derives a new datatype from atomic datatype by list | |
| Method Summary | |
|---|---|
| String | convertToLexicalValue(Object value, SerializationContext context) |
| int | countLength(Object value) |
| String | displayName() |
| XSDatatype | getBaseType() |
| int | getIdType() |
| Class | getJavaObjectType() |
| int | getVariety()
Variety of the ListType is VARIETY_LIST. |
| boolean | isContextDependent()
The list type is context-dependent if its item type is so. |
| int | isFacetApplicable(String facetName) |
| boolean | isFinal(int derivationType) |
| Object | _createValue(String content, ValidationContext context) |