|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HierarchicalValue
A representation of the model object 'Hierarchical Value'.
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:
Method Summary | |
---|---|
java.util.List<FlatValue> |
getFlatValues()
Returns the value of the 'Flat Values' reference list. |
Method Detail |
---|
java.util.List<FlatValue> getFlatValues()
FlatValue
.
This is the list of flat values that compose the paths of the hierarchy.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |