FilterDetails

public class FilterDetails implements Serializable

Filter details of a Variable describe the condition which must have evaluated to true before a participant was asked a Question resulting in this Variable. All participants for which the conditions evaluates to false will have a Missing in this Variable.

Fields

description

private I18nString description

A description of this filter condition. Markdown is supported. Must not contain more than 2048 characters

expression

private String expression

A technical expression describing the condition which must have evaluated to true. The expression is given in the expressionLanguage. Must not be empty and must not contain more than 2048 characters.

expressionLanguage

private String expressionLanguage

The name of the language in which the expression was given. Must not be empty and must be one of FilterExpressionLanguages.

serialVersionUID

private static final long serialVersionUID