0

In Jrules, I often encountered the following : getValue(CONTSANT,5) . What is the significance of the number after the constant ? I think it means 4 decimal places after the value . Is my assumption correct here ?

The Dark Knight
  • 5,455
  • 11
  • 54
  • 95

1 Answers1

-1

The Signature of the method is

public String getValue(String key, Locale locale)

A Locale object represents a specific geographical, political, or cultural region.

Follow these links:

irlPropertyManager

Class Locale

Akif Patel - BRMS
  • 537
  • 1
  • 4
  • 13