| Package | Description |
|---|---|
| org.modeshape.sequencer.teiid |
The classes that make up the Teiid VDB sequencer.
|
| Modifier and Type | Method and Description |
|---|---|
VdbModel.Severity |
VdbModel.ValidationMarker.getSeverity() |
static VdbModel.Severity |
VdbModel.Severity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VdbModel.Severity[] |
VdbModel.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 |
VdbModel.addProblem(VdbModel.Severity severity,
String path,
String message) |
| Constructor and Description |
|---|
VdbModel.ValidationMarker(VdbModel.Severity severity,
String path,
String message) |
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.