Class TotalDigitsFacet


  • public class TotalDigitsFacet
    extends DigitsFacet
    Eepresents the value of the totalDigits facet
    • Constructor Detail

      • TotalDigitsFacet

        public TotalDigitsFacet()
    • Method Detail

      • getName

        public java.lang.String getName()
        Description copied from class: Facet
        Returns the name of this Facet
        Specified by:
        getName in class Facet
        Returns:
        the name of this Facet
      • setValue

        public void setValue​(java.lang.String value)
                      throws SchemaException
        Set the value of this facet. For internal use only.
        Specified by:
        setValue in class DigitsFacet
        Parameters:
        value - the value of the facet. This must be a string that parses as an integer.
        Throws:
        SchemaException - if the value is invalid (not an integer)