GlobalizationSettings

Inheritance: java.lang.Object

public class GlobalizationSettings

Represents the project’s globalization settings.

The recommended way is to use culture-invariant literals or formats throughout the project. However, if a project uses culture-specific literals, this class can be used to help the formula-calculation engine parse those literals.

Constructors

ConstructorDescription
GlobalizationSettings()

Methods

MethodDescription
getFalseLiteral()Gets a string for boolean ‘false’ literal used in a formula.
getFormulaDateNA()Gets “NA” (empty value) literal used in a formula for a date field.
getTrueLiteral()Gets a string for boolean ’true’ literal used in a formula.

GlobalizationSettings()

public GlobalizationSettings()

getFalseLiteral()

public String getFalseLiteral()

Gets a string for boolean ‘false’ literal used in a formula.

Returns: java.lang.String - a string for boolean ‘false’ literal used in a formula.

getFormulaDateNA()

public String getFormulaDateNA()

Gets “NA” (empty value) literal used in a formula for a date field.

Returns: java.lang.String - “NA” (empty value) literal used in a formula for a date field.

getTrueLiteral()

public String getTrueLiteral()

Gets a string for boolean ’true’ literal used in a formula.

Returns: java.lang.String - a string for boolean ’true’ literal used in a formula.