Class ValueConstraint.NotEmpty

java.lang.Object
org.openremote.model.value.ValueConstraint
org.openremote.model.value.ValueConstraint.NotEmpty
All Implemented Interfaces:
Serializable
Enclosing class:
ValueConstraint

public static class ValueConstraint.NotEmpty extends ValueConstraint
The attribute value must not be null nor empty. Supported types are JSON compatible strings, arrays and objects which contain at least 1 character, item or property.
See Also: