| Package | Description |
|---|---|
| org.eclipse.scada.utils.ecore.validation |
| Modifier and Type | Method and Description |
|---|---|
static Severity |
Severity.valueOf(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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ValidationContextImpl.add(org.eclipse.emf.ecore.EStructuralFeature feature,
Severity severity,
String message,
Object... arguments) |
void |
ValidationContext.add(org.eclipse.emf.ecore.EStructuralFeature feature,
Severity severity,
String message,
Object... arguments) |
void |
ValidationContextImpl.add(Severity severity,
Object[] data,
String message,
Object... arguments) |
void |
ValidationContext.add(Severity severity,
Object[] data,
String message,
Object... arguments) |
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.