Uses of Class
com.e1c.g5.v8.dt.check.settings.IssueSeverity
-
Packages that use IssueSeverity Package Description com.e1c.g5.v8.dt.check com.e1c.g5.v8.dt.check.components com.e1c.g5.v8.dt.check.settings -
-
Uses of IssueSeverity in com.e1c.g5.v8.dt.check
Methods in com.e1c.g5.v8.dt.check with parameters of type IssueSeverity Modifier and Type Method Description void
ICheckDefinition. setDefaultSeverity(IssueSeverity severity)
Sets the default severity of issues produced by this check. -
Uses of IssueSeverity in com.e1c.g5.v8.dt.check.components
Methods in com.e1c.g5.v8.dt.check.components with parameters of type IssueSeverity Modifier and Type Method Description BasicCheck.CheckConfigurer
BasicCheck.CheckConfigurer. severity(IssueSeverity severity)
Defines the default severity of issues provided by this checkBasicCheck.CheckConfigurer
BasicCheck.CheckParameterBuilder. severity(IssueSeverity severity)
Defines the default severity of issues provided by this checkBasicCheck.CheckConfigurer
BasicCheck.ModuleConfigurationBuilder. severity(IssueSeverity severity)
Defines the default severity of issues provided by this checkBasicCheck.CheckConfigurer
BasicCheck.TopObjectConfigurationBuilder. severity(IssueSeverity severity)
Defines the default severity of issues provided by this check -
Uses of IssueSeverity in com.e1c.g5.v8.dt.check.settings
Methods in com.e1c.g5.v8.dt.check.settings that return IssueSeverity Modifier and Type Method Description IssueSeverity
CheckSettingsChange. getNewSeverity()
Gest the new severity (if set)IssueSeverity
ICheckDescription. getSeverity()
Returns check severity.IssueSeverity
ICheckSettings. getSeverity()
Gets the severity of the check as configuredstatic IssueSeverity
IssueSeverity. valueOf(String name)
Returns the enum constant of this type with the specified name.static IssueSeverity[]
IssueSeverity. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.e1c.g5.v8.dt.check.settings with parameters of type IssueSeverity Modifier and Type Method Description void
CheckSettingsChange. setNewSeverity(IssueSeverity severity)
Set new severity for target markersvoid
ICheckSettings. setSeverity(IssueSeverity severity)
Sets check severity.
-