Class MetadataValidation.DateGreaterThan

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

public static class MetadataValidation.DateGreaterThan
extends MetadataValidation.ComparisonRule<java.util.Date>
Great-than rule for dates.
See Also:
Serialized Form
  • Constructor Details

    • DateGreaterThan

      public DateGreaterThan​(java.util.Date value)
      Create a new rule with the given date.
      Parameters:
      value - The integer to reference in the rule
    • DateGreaterThan

      public DateGreaterThan​(java.util.Date value, java.lang.Boolean equals)
      Create a new rule with the given date.
      Parameters:
      value - The date to reference in the rule.
      equals - Whether a field value equal to the rule value is considered valid.
  • Method Details