Definition of a value-range type constraint.
More...
#include "api/interface_definition.h"
|
virtual const CValue & | get_minimum () const =0 |
|
virtual const CValue & | get_maximum () const =0 |
|
Definition of a value-range type constraint.
- Note
- When this constraint applies to a stateful endpoint of type integer or float, the minimum and maximum will be of matching type. When the constraint applies to a string, the minimum and maximum will be of type integer, and will define the minimum and maximum permitted length for the string.
The documentation for this class was generated from the following file: