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

XSFacet

public interface XSFacet implements XSObject
Describes a constraining facet. Enumeration and pattern facets are exposed via XSMultiValueFacet interface.

Fields Summary
Constructors Summary
Methods Summary
public com.sun.org.apache.xerces.internal.xs.XSAnnotationgetAnnotation()
An annotation if it exists, otherwise null.

public shortgetFacetKind()
The name of the facet, e.g. FACET_LENGTH, FACET_TOTALDIGITS (see XSConstants).

public booleangetFixed()
[Facets]: check whether a facet is fixed.

public java.lang.StringgetLexicalFacetValue()
A value of this facet.