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

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

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