Class ValueConstraint

java.lang.Object
org.openremote.model.value.ValueConstraint
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ValueConstraint.AllowedValues, ValueConstraint.Future, ValueConstraint.FutureOrPresent, ValueConstraint.Max, ValueConstraint.Min, ValueConstraint.NotBlank, ValueConstraint.NotEmpty, ValueConstraint.NotNull, ValueConstraint.Past, ValueConstraint.PastOrPresent, ValueConstraint.Pattern, ValueConstraint.Size

public abstract class ValueConstraint extends Object implements Serializable
Represents a constraint to apply to a value; most are based on JSR-380 validation.
See Also: