ModeShape Distribution 3.0.0.Beta4

Uses of Class
org.modeshape.sequencer.teiid.VdbModel.Severity

Packages that use VdbModel.Severity
org.modeshape.sequencer.teiid The classes that make up the Teiid VDB sequencer. 
 

Uses of VdbModel.Severity in org.modeshape.sequencer.teiid
 

Methods in org.modeshape.sequencer.teiid that return VdbModel.Severity
 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.
 

Methods in org.modeshape.sequencer.teiid with parameters of type VdbModel.Severity
 void VdbModel.addProblem(VdbModel.Severity severity, String path, String message)
           
 

Constructors in org.modeshape.sequencer.teiid with parameters of type VdbModel.Severity
VdbModel.ValidationMarker(VdbModel.Severity severity, String path, String message)
           
 


ModeShape Distribution 3.0.0.Beta4

Copyright © 2008-2012 JBoss, a division of Red Hat. All Rights Reserved.