| Package | Description |
|---|---|
| de.aristaflow.adept2.model.orgmodel |
| Modifier and Type | Method and Description |
|---|---|
OrgPolicyReport.ResultType |
OrgPolicyReport.getOverallResult()
Returns the overall result type of this report.
|
OrgPolicyReport.ResultType |
OrgPolicyReport.Entry.getResultType()
Returns the (result) type of this entry.
|
static OrgPolicyReport.ResultType |
OrgPolicyReport.ResultType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OrgPolicyReport.ResultType[] |
OrgPolicyReport.ResultType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OrgPolicyReport.addEntry(OrgPolicyReport.ResultType resultType,
java.lang.String description,
int beginColumn,
int endColumn)
Creates an entry for the given values and adds it to this report's list of entries.
|
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,
int beginColumn,
int endColumn)
Constructs an entry for the given values.
|
Entry(OrgPolicyReport.ResultType resultType,
java.lang.String description,
OrgPolicyReport.Range... ranges)
Creates an entry for the given values.
|