org.apache.xerces.xs
Interface XSMultiValueFacet
- XSObject
public interface XSMultiValueFacet
Describes a multi-value constraining facets: pattern and enumeration.
getAnnotations
public XSObjectList getAnnotations()
A sequence of [annotations] or an empty XSObjectList
.
getFacetKind
public short getFacetKind()
The name of the facet, i.e. FACET_ENUMERATION
and
FACET_PATTERN
(see XSSimpleTypeDefinition
).
getLexicalFacetValues
public StringList getLexicalFacetValues()
Values of this facet.
Copyright B) 1999-2006 The Apache Software Foundation. All Rights Reserved.