
Icon | Member | Description |
---|---|---|
![]() | DimValIdListDimValIdListNew()() |
Default constructor that will contain an empty list.
|
![]() | DimValIdListDimValIdListNew(String) |
Constructor that takes a string-based set of dimension value IDs.
The constructor parses and populates the list with the string.
|
![]() | DimValIdListDimValIdListNew(DimValList) |
Constructor that takes a dimension value list and
extracts the IDs from the DimVal objects
in the list.
|