FileDocCategorySizeDatePackage
XSMultiValueFacet.javaAPI DocJava SE 6 API1261Tue Jun 10 00:22:54 BST 2008com.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 XSSimpleTypeDefinition).

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