Add Decimal64.{min,max}ValueIn(scale) 01/100101/1
authorRobert Varga <robert.varga@pantheon.tech>
Sun, 13 Mar 2022 12:19:17 +0000 (13:19 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Sun, 13 Mar 2022 12:20:05 +0000 (13:20 +0100)
commit26ba18ba986bad723b13b90161daf274d965de3a
treec9a94fc81897cfb64b49aa917d67f2d20b5a4475
parent685a4aad1c4d27a355dcec8b862e60bfc101ce9c
Add Decimal64.{min,max}ValueIn(scale)

There are few places where we are interested in limits supported by
Decimal64, make sure to expose them.

JIRA: YANGTOOLS-1405
Change-Id: I7629e6996d6743628188141f9587c20e565736ae
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
common/yang-common/src/main/java/org/opendaylight/yangtools/yang/common/Decimal64.java