ValidResponse

public class ValidResponse implements Serializable

A valid response represents one observation of a Variable and its frequency.

Fields

absoluteFrequency

private Integer absoluteFrequency

The absolute number of occurrences of this observation. Must not be empty.

label

private I18nString label

An optional label for the value of this observation.

relativeFrequency

private Double relativeFrequency

The quotient from absoluteFrequency and Distribution.totalAbsoluteFrequency. Must not be empty.

serialVersionUID

private static final long serialVersionUID

validRelativeFrequency

private Double validRelativeFrequency

The quotient from absoluteFrequency and Distribution.totalValidAbsoluteFrequency. Must not be empty.

value

private String value

The value which has been observed (e.g. was responded by the participant). Must not be empty and must not contain more than 256 characters.