Uses of Enum Class
org.eclipse.epsilon.common.module.ModuleMarker.Severity
Packages that use ModuleMarker.Severity
-
Uses of ModuleMarker.Severity in org.eclipse.epsilon.common.module
Fields in org.eclipse.epsilon.common.module declared as ModuleMarker.SeverityMethods in org.eclipse.epsilon.common.module that return ModuleMarker.SeverityModifier and TypeMethodDescriptionModuleMarker.getSeverity()static ModuleMarker.SeverityReturns the enum constant of this class with the specified name.static ModuleMarker.Severity[]ModuleMarker.Severity.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.eclipse.epsilon.common.module with parameters of type ModuleMarker.SeverityConstructors in org.eclipse.epsilon.common.module with parameters of type ModuleMarker.SeverityModifierConstructorDescriptionModuleMarker(File file, Region region, String message, ModuleMarker.Severity severity) ModuleMarker(AbstractModuleElement element, String message, ModuleMarker.Severity severity)