Uses of Enum Class
ca.mcscert.jpipe.compiler.model.Diagnostic.Level
Packages that use Diagnostic.Level
-
Uses of Diagnostic.Level in ca.mcscert.jpipe.compiler.model
Subclasses with type arguments of type Diagnostic.Level in ca.mcscert.jpipe.compiler.modelMethods in ca.mcscert.jpipe.compiler.model that return Diagnostic.LevelModifier and TypeMethodDescriptionDiagnostic.level()Returns the value of thelevelrecord component.static Diagnostic.LevelReturns the enum constant of this class with the specified name.static Diagnostic.Level[]Diagnostic.Level.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in ca.mcscert.jpipe.compiler.model with parameters of type Diagnostic.LevelModifierConstructorDescriptionDiagnostic(Diagnostic.Level level, String source, int line, int column, String message) Creates an instance of aDiagnosticrecord class.