Class NotEqual

All Implemented Interfaces:
AttributeConstraint, Constraint, Serializable, Cloneable

public class NotEqual extends Compare
Constraint to compare if belonging attribute is not equal to a specific value.
Since:
4.0.17
See Also:
  • Constructor Details

    • NotEqual

      public NotEqual(@NotNull @NotNull String attributeName, Parameter parameter)
      Creates a new NotEqual constraint for the attribute specified by given attributeName and parameter.
      Since:
      4.0.17
      See Also:
    • NotEqual

      public NotEqual(@NotNull @NotNull String attributeName, Object value)
      Creates a new NotEqual constraint for the attribute specified by given attributeName and with the given value.
      Since:
      4.0.17
  • Method Details