| Package | Description |
|---|---|
| com.corticon.rulesemf.common | |
| com.corticon.rulesemf.common.util |
| Modifier and Type | Field and Description |
|---|---|
static ValidationMessageSeverity |
ValidationMessageSeverity.ERROR_LITERAL
The 'Error' literal object
|
static ValidationMessageSeverity |
ValidationMessageSeverity.INFO_LITERAL
The 'Info' literal object
|
static ValidationMessageSeverity |
ValidationMessageSeverity.UNSPECIFIED_LITERAL
The 'Unspecified' literal object
|
static ValidationMessageSeverity |
ValidationMessageSeverity.WARNING_LITERAL
The 'Warning' literal object
|
| Modifier and Type | Method and Description |
|---|---|
static ValidationMessageSeverity |
ValidationMessageSeverity.get(int value)
Returns the 'Validation Message Severity' literal with the specified integer value
|
static ValidationMessageSeverity |
ValidationMessageSeverity.get(java.lang.String literal)
Returns the 'Validation Message Severity' literal with the specified literal value
|
static ValidationMessageSeverity |
ValidationMessageSeverity.getByName(java.lang.String name)
Returns the 'Validation Message Severity' literal with the specified name
|
ValidationMessageSeverity |
ValidationMessage.getSeverity()
Returns the value of the 'Severity' attribute.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ValidatableObject.hasSeverity(ValidationMessageSeverity aValidationMessageSeverity)
Return an indication of whether the object has any messages of the specified severity.
|
boolean |
ValidatableObject.hasSeverity(ValidationMessageSeverity aValidationMessageSeverity,
boolean abDemotion)
Return an indication of whether the object has any messages of the specified severity.
|
void |
ValidationMessage.setSeverity(ValidationMessageSeverity value)
Sets the value of the '
Severity' attribute |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
MessageUtil.isSeverity(ValidationMessage aValidationMessage,
ValidationMessageSeverity aValidationMessageSeverity)
Determine whether the specified validation message is at the specified severity level.
|
static boolean |
MessageUtil.isSeverity(ValidationMessage aValidationMessage,
ValidationMessageSeverity aValidationMessageSeverity,
boolean abDemotion)
Determine whether the specified validation message is at the specified severity level.
|
Copyright © 2005-2016 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.