Class AttributeBetweenConstraint

java.lang.Object
com.flowingcode.backendcore.model.constraints.AttributeBetweenConstraint
All Implemented Interfaces:
Constraint, AttributeConstraint

public class AttributeBetweenConstraint extends Object implements AttributeConstraint
  • Constructor Details

    • AttributeBetweenConstraint

      public AttributeBetweenConstraint(String attribute, T lower, T upper)