| Package | Description |
|---|---|
| de.aristaflow.adept2.model.orgmodel |
| Modifier and Type | Method and Description |
|---|---|
OrgPolicyReport.Entry[] |
OrgPolicyReport.getEntries()
Returns an array containing all entries of this report.
|
OrgPolicyReport.Entry |
OrgPolicyReport.getEntryAt(int index)
Returns the entry at the given index.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OrgPolicyReport.addEntry(OrgPolicyReport.Entry entry)
Adds the given entry to this report's list of entries.
|