Description Usage Arguments Value See Also
A validator specifying the constraints on an integer node.
1 2 3 4 5 6 7 8 9 | IntegerValidator(
exclusiveMaximum,
exclusiveMinimum,
id,
maximum,
meta,
minimum,
multipleOf
)
|
exclusiveMaximum |
The exclusive upper limit for a numeric node. |
exclusiveMinimum |
The exclusive lower limit for a numeric node. |
id |
The identifier for this item. |
maximum |
The inclusive upper limit for a numeric node. |
meta |
Metadata associated with this item. |
minimum |
The inclusive lower limit for a numeric node. |
multipleOf |
A number that a numeric node must be a multiple of. |
A list
of class IntegerValidator
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.