public class Dimension extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
MEASURE_GROUP
Marker element to be used within itemIdentifiers marking the placement of measures
|
| Constructor and Description |
|---|
Dimension(String name,
List<String> itemIdentifiers,
Set<TotalItem> totals)
Creates new instance
|
Dimension(String name,
String... itemIdentifiers)
Creates new instance
|
| Modifier and Type | Method and Description |
|---|---|
Dimension |
addTotal(TotalItem total) |
Set<TotalItem> |
findTotals(String attrIdentifier) |
List<String> |
getItemIdentifiers() |
String |
getName() |
Set<TotalItem> |
getTotals() |
void |
setTotals(Set<TotalItem> totals) |
String |
toString() |
public static final String MEASURE_GROUP
public Dimension(String name, List<String> itemIdentifiers, Set<TotalItem> totals)
name - dimension nameitemIdentifiers - identifiers referencing attributes from Afm or MEASURE_GROUPtotals - set of totalspublic Dimension(String name, String... itemIdentifiers)
name - dimension nameitemIdentifiers - identifiers referencing attributes from Afm or MEASURE_GROUPpublic String getName()
Copyright © 2017. All rights reserved.