Represents a map rule; each map rule consists of a test expression, operator, values and corresponding translated value
A map rule is part of the map rules. Each map rule contains a condition that matches the value, and a value to display when the rule “triggers.” For example, a set of map rules for a “gender” database column may map the values null, M, F into the display values “No data”, “Male” and “Female”.
An expression used to map internal values to display values
The operator for a simple condition
The value for simple conditions with the operators: <, <=, =, <>, >=, >, between, not between, like
The value for simple conditions with the operators: between, not between
The value to display when the map rule “triggers.”
The display value appears when the map rule triggers. The value is a string and is not further formatted
Resource key for the display value.