org.idoox.xml.schema
Class Facet.FractionDigits

java.lang.Object
  extended byorg.idoox.xml.schema.Facet
      extended byorg.idoox.xml.schema.Facet.FixableFacet
          extended byorg.idoox.xml.schema.Facet.FractionDigits
Enclosing class:
Facet

public static class Facet.FractionDigits
extends Facet.FixableFacet

This class represents the fractionDigits XML Schema facet.

Since:
4.7

Nested Class Summary
 
Nested classes inherited from class org.idoox.xml.schema.Facet
Facet.Enumeration, Facet.FacetEnum, Facet.FixableFacet, Facet.FractionDigits, Facet.Length, Facet.MaxExclusive, Facet.MaxInclusive, Facet.MaxLength, Facet.MinExclusive, Facet.MinInclusive, Facet.MinLength, Facet.Pattern, Facet.TotalDigits, Facet.WhiteSpace
 
Field Summary
static java.lang.String NAME
          Local name of this facet as it is printed and recognized in xml stream.
 
Fields inherited from class org.idoox.xml.schema.Facet.FixableFacet
fixed
 
Fields inherited from class org.idoox.xml.schema.Facet
name, value
 
Constructor Summary
Facet.FractionDigits(java.lang.String value, boolean fixed)
          Creates a new fractionDigits facet representation.
 
Methods inherited from class org.idoox.xml.schema.Facet.FixableFacet
isFixed, toString, writeInnerXMLContent, writeInnerXMLContent2
 
Methods inherited from class org.idoox.xml.schema.Facet
equals, getName, getValue, hashCode, writeAsXML
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

NAME

public static final java.lang.String NAME
Local name of this facet as it is printed and recognized in xml stream.

See Also:
Constant Field Values
Constructor Detail

Facet.FractionDigits

public Facet.FractionDigits(java.lang.String value,
                            boolean fixed)
                     throws SchemaException
Creates a new fractionDigits facet representation.

Parameters:
value - lexical value of the facet
fixed - value of attribute fixed