Package | Description |
---|---|
org.kepler.reporting.rio | |
org.kepler.reporting.rio.fop |
Modifier and Type | Field and Description |
---|---|
protected java.util.List<ItemValue> |
Item.values |
Modifier and Type | Method and Description |
---|---|
java.util.List<ItemValue> |
Item.getValues() |
Modifier and Type | Method and Description |
---|---|
void |
Item.addValue(ItemValue value) |
boolean |
Item.removeValue(ItemValue value) |
Modifier and Type | Method and Description |
---|---|
void |
Item.setValues(java.util.List<ItemValue> values) |
Modifier and Type | Method and Description |
---|---|
protected void |
ReportXMLReader.generateFor(ItemValue itemValue)
Generates SAX events for a ProjectMember object.
|