| Package | Description |
|---|---|
| org.modelio.api.module.report |
| Modifier and Type | Method and Description |
|---|---|
EntryKind |
ReportEntry.getKind() |
static EntryKind |
EntryKind.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EntryKind[] |
EntryKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ReportEntry(EntryKind kind,
int code,
java.lang.String category,
java.lang.String helpUrl,
java.lang.String message,
MObject[] linkedObjects) |