public interface HierarchicalValue extends TypedValue
This interface is one of the TypedValue representations for the possible answers to a prompt. The object modelizes the values of hierarchical lists of values.
To instantiate a value for an answer to a prompt that accepts hierarchical lists of values, you can use:
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
java.util.List<FlatValue> |
getFlatValues()
Returns the value of the 'Flat Values' reference list.
|