| Package | Description |
|---|---|
| org.eclipse.incquery.validation.core.api |
| Modifier and Type | Method and Description |
|---|---|
static Severity |
Severity.fromInteger(int x) |
Severity |
IConstraintSpecification.getSeverity()
Returns the severity of the violations corresponding to the constraint specified by the constraint specification.
|
Severity |
ConstraintSpecification.getSeverity() |
static Severity |
Severity.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Severity[] |
Severity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ConstraintSpecificationBuilder(IQuerySpecification<? extends IncQueryMatcher<? extends IPatternMatch>> querySpecification,
java.lang.String messageFormat,
Severity severity) |