Class ValidateElement.RangeValidateElement

java.lang.Object
org.jivesoftware.smackx.xdatavalidation.packet.ValidateElement
org.jivesoftware.smackx.xdatavalidation.packet.ValidateElement.RangeValidateElement
All Implemented Interfaces:
Element, NamedElement, XmlElement, XmlLangElement, FormFieldChildElement
Enclosing class:
ValidateElement

Indicate that the value should fall within a certain range.
See Also:
  • Field Details

  • Constructor Details

    • RangeValidateElement

      public RangeValidateElement(String datatype, String min, String max)
      Range validate element constructor.
      Parameters:
      datatype - TODO javadoc me please
      min - the minimum allowable value. This attribute is OPTIONAL. The value depends on the datatype in use.
      max - the maximum allowable value. This attribute is OPTIONAL. The value depends on the datatype in use.
      See Also:
  • Method Details