Class ValidateElement.ListRange

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String ELEMENT  
    • Constructor Summary

      Constructors 
      Constructor Description
      ListRange​(java.lang.Long min, java.lang.Long max)  
      ListRange​(UInt32 min, UInt32 max)
      The 'max' attribute specifies the maximum allowable number of selected/entered values.
    • Constructor Detail

      • ListRange

        public ListRange​(java.lang.Long min,
                         java.lang.Long max)
      • ListRange

        public ListRange​(UInt32 min,
                         UInt32 max)
        The 'max' attribute specifies the maximum allowable number of selected/entered values. The 'min' attribute specifies the minimum allowable number of selected/entered values. Both attributes are optional, but at least one must bet set, and the value must be within the range of a unsigned 32-bit integer.
        Parameters:
        min - TODO javadoc me please
        max - TODO javadoc me please