Class MetadataValidation.IntLessThan

    • Constructor Detail

      • IntLessThan

        public IntLessThan​(java.lang.Integer value)
        Create a new rule with the given integer.
        Parameters:
        value - The integer to reference in the rule
      • IntLessThan

        public IntLessThan​(java.lang.Integer value,
                           java.lang.Boolean equals)
        Create a new rule with the given integer.
        Parameters:
        value - The integer to reference in the rule.
        equals - Whether a field value equal to the rule value is considered valid.