| Package | Description |
|---|---|
| de.aristaflow.adept2.model.orgmodel |
| Modifier and Type | Method and Description |
|---|---|
OrgPolicyReport.Range[] |
OrgPolicyReport.Entry.getRanges()
Returns the policy ranges this entry relates to.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OrgPolicyReport.addEntry(OrgPolicyReport.ResultType resultType,
java.lang.String description,
OrgPolicyReport.Range... ranges)
Creates an entry for the given values and adds it to this report's list of entries.
|
| Constructor and Description |
|---|
Entry(OrgPolicyReport.ResultType resultType,
java.lang.String description,
OrgPolicyReport.Range... ranges)
Creates an entry for the given values.
|