Class Decimal

java.lang.Object
com.cedarpolicy.value.Value
com.cedarpolicy.value.Decimal

public class Decimal extends Value
Represents a Cedar fixed-point decimal extension value. Decimals are encoded as strings in dot-decimal notation with 4 decimals after the dot (e.g., "1.0000").