Class MetadataValidation.IntGreaterThan

java.lang.Object
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
MetadataValidation

public static class MetadataValidation.IntGreaterThan
extends MetadataValidation.ComparisonRule<java.lang.Integer>
Great-than rule for integers.
See Also:
Serialized Form
  • Constructor Details

    • IntGreaterThan

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

      public IntGreaterThan​(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.