Digits

The element must contain the specified number of integer and fraction digits. Supported types:

  • BigDecimal
  • BigInteger
  • String
  • Byte
  • Short
  • Int
  • Long
  • Float
  • Double

Constructors

Digits
Link copied to clipboard
fun Digits(integer: Int, fraction: Int, message: String = "")

Types

List
Link copied to clipboard
Defines multiple Digits annotations on a single element.

Properties

fraction
Link copied to clipboard
val fraction: Int
integer
Link copied to clipboard
val integer: Int
message
Link copied to clipboard
val message: String