FileDocCategorySizeDatePackage
XSMultiValueFacet.javaAPI DocJava SE 5 API3317Fri Aug 26 14:55:58 BST 2005com.sun.org.apache.xerces.internal.xs

XSMultiValueFacet

public interface XSMultiValueFacet implements XSObject
Describes a multi-value constraining facets: pattern and enumeration.

Fields Summary
Constructors Summary
Methods Summary
public com.sun.org.apache.xerces.internal.xs.XSObjectListgetAnnotations()
A set of [annotations] if it exists, otherwise an empty XSObjectList.

public shortgetFacetKind()
The name of the facet, i.e. FACET_ENUMERATION and FACET_PATTERN (see XSConstants).

public com.sun.org.apache.xerces.internal.xs.StringListgetLexicalFacetValues()
Values of this facet.