DataSizeRange |
The annotated element has to be in the appropriate range.
|
DurationRange |
The annotated element has to be in the appropriate range.
|
MaxDataSize |
The annotated element must be a DataSize
whose value must be less than or equal to the specified maximum.
|
MaxDuration |
The annotated element must be a Duration
whose value must be higher or equal to the specified minimum.
|
MinDataSize |
The annotated element must be a DataSize
whose value must be higher or equal to the specified minimum.
|
MinDuration |
The annotated element must be a Duration
whose value must be higher or equal to the specified minimum.
|
OneOf |
Checks to see that the value is one of a set of elements.
|
PortRange |
A constraint that allows one to specify a port range, but still allow 0 as the port value to
indicate dynamically allocated ports.
|